Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

transfer

Convenience method for token.iost transfer flow.

await walletClient.transfer({
  token: 'iost',
  from: 'fromAccount',
  to: 'toAccount',
  amount: '1.00000000',
  memo: 'test',
  gasRatio: 1,
  gasLimit: 100000,
})