The address of the recipient.
The amount to transfer in MOVE.
Optional
maxGasAmount: numberOptional maximum gas amount for the transaction.
Optional
gasUnitPrice: numberOptional gas unit price for the transaction.
Optional
expireTimestamp: numberOptional expiration timestamp for the transaction.
Optional
accountSequenceNumber: AnyNumberOptional sequence number for the account.
A promise that resolves to a {CommittedTransactionResponse} containing the transaction details.
Creates a token transaction to transfer a specific token type to a recipient address.
The address of the recipient.
The amount of the token to transfer.
The type of the token to transfer (e.g., "USDC", "BTC").
Optional
maxGasAmount: numberOptional maximum gas amount for the transaction.
Optional
gasUnitPrice: numberOptional gas unit price for the transaction.
Optional
expireTimestamp: numberOptional expiration timestamp for the transaction.
Optional
accountSequenceNumber: AnyNumberOptional sequence number for the account.
A promise that resolves to a {CommittedTransactionResponse} containing the transaction details.
Retrieves the coins data for the current movement address.
A promise that resolves to a {GetAccountCoinsDataResponse} containing data about all coins owned by the account.
Retrieves the MOVE balance for the current movement address.
A promise that resolves to a {GetMoveBalanceResponse} containing the MOVE balance information.
Retrieves all balances for the current movement address, including MOVE and other tokens.
A promise that resolves to an array of {GetAllBalancesResponse} containing all balances.
Retrieves the Movement account address associated with the Fireblocks vault account.
The Movement account address or empty string if not set.
Retrieves the Movement account public key associated with the Fireblocks vault account.
The Movement account public key or empty string if not set.
Retrieves the transaction history for the current movement address.
The maximum number of transactions to return (default is 10).
The offset for pagination (default is 0).
A promise that resolves to an array of {TransactionResponse} containing transaction history.
Static
createCreates an instance of MovementFireblocksSDK.
The Fireblocks vault account ID.
Optional
fireblocksConfig: FireblocksConfigOptional Fireblocks configuration.
A Promise that resolves to an instance of MovementFireblocksSDK.
Creates a MOVE transaction to transfer funds to a recipient address. *