Validates a token transfer.
A promise that resolves to true if the transfer is valid.
If any token amount is not compatible with the token.
If the sender does not have enough tokens.
If the sender or receiver is not allowed to send/receive tokens.
If the token is paused.
The token to transfer.
The account address of the sender.
The transfer payload.
Generated using TypeDoc
Validates a token transfer.
Returns
A promise that resolves to true if the transfer is valid.
Throws
If any token amount is not compatible with the token.
Throws
If the sender does not have enough tokens.
Throws
If the sender or receiver is not allowed to send/receive tokens.
Throws
If the token is paused.