Creates a new FundOperation instance.
The model representing the fund operation
Private
assetPrivate
modelStatic
Readonly
StatusFund Operation status constants.
Readonly
TERMINAL_Gets the amount.
The crypto amount
Returns the Status of the Transfer.
The Status of the Transfer.
Private
isReloads the fund operation from the server.
A promise that resolves to the updated fund operation
Wait for the fund operation to complete.
Options for waiting
The interval between checks in seconds
The timeout in seconds
The completed fund operation
If the operation takes too long
Static
createCreate a new Fund Operation.
The Wallet ID
The Address ID
The amount of the Asset
The Asset ID
The Network ID
Optional
quote: FundQuoteOptional Fund Quote
The new FundOperation object
Static
fromConverts a FundOperationModel into a FundOperation object.
The FundOperation model object.
The FundOperation object.
Static
listList fund operations.
The wallet ID
The address ID
The pagination options
The paginated list response of fund operations
A representation of a Fund Operation.