Account.buildTransfer() method
Forge a transaction to transfer native cryptocurrency or token.
Signature:
buildTransfer(transferParams: TransferParams): Promise<TransactionExecutor>;
Parameters
Parameter | Type | Description |
---|---|---|
transferParams | TransferParams |
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..