TODO:
Get all the collateral deposits held by the user.
TODO:
TODO:
Get all the deposits held by the user, excluding those amounts being used as collateral for a loan.
TODO:
TODO:
Get the loans held by the user
Creates the populated transaction instruction for a borrow
.
TODO:
Create the populated transaction instruction for depositCollateral
.
TODO:
Create the populated transaction instruction for deposit
.
TODO:
Create the populated transaction instruction for liquidateDex
.
TODO:
Create the populated transaction instruction for liquidate
.
TODO:
Create the populated transaction instruction for repay
.
TODO:
Create the populated transaction instructions for withdrawCollateral
.
TODO:
Create the populated transaction instruction for withdraw
.
TODO:
TODO:
TODO:
Establish an event emitter subscription to the argued Obligation
account on-chain which listens for the "change" event from the publisher.
If no obligation address is provided, it defaults to the user instance's
obligation that was set at instantiation.
Unsubscribes from the argued Obligation
account
address on-chain. If no obligation address is provided,
it defaults to the user instance's obligation that was
set at instantiation.
TODO:
TODO:
TODO:
JetUser | undefined
Generated using TypeDoc
TODO:
{JetUserData}