transfer
The transfer
method can be used to transfer amount from one address to another address.
const erc20Token = posClient.erc20(<token address>);
const result = await erc20Token.transfer(<amount>,<to>);
const txHash = await result.getTransactionHash();
const txReceipt = await result.getReceipt();
Last update:
January 17, 2024
Authors: