ToolsMatic.jsPosErc20

transfer

The transfer method can be used to transfer amount from one address to another address.

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();
Edit on GitHub

Last updated on