The token to transfer.
The account address of the sender.
The transfer payload.
The signer responsible for signing the transaction.
Optional metadata: TokenUpdateMetadataOptional [opts={: TransferOtions = {}autoScale: true, validate: false }] - Options for the transfer.
Generated using TypeDoc
Transfers tokens from the sender to the specified recipients.
Returns
A promise that resolves to the transaction hash.
Throws
If
opts.validateand any token amount is not compatible with the token.Throws
If
opts.validateand the sender does not have enough tokens.Throws
If
opts.validateand a sender or receiver is not allowed to send/receive tokens.Throws
If
opts.validateand the token is paused.