Skip to main content

Account.buildTransfer() method

Forge a transaction to transfer native cryptocurrency or token.

Signature:

buildTransfer(transferParams: TransferParams): Promise<TransactionExecutor>;

Parameters

ParameterTypeDescription
transferParamsTransferParams

Returns:

Promise<TransactionExecutor>

Remarks

Once the transaction has been forged, we will be able to estimate it and send it to the blockchain. Consult the TransactionExecutor class for more information..