Discriminator for the kind of transfer being built — see TransferParams.
An ERC20 token transfer, sent as a transfer(to, amount) call to the token contract.
transfer(to, amount)
A transfer of the chain's native currency (e.g. ETH), sent as value on the transaction.
value
Discriminator for the kind of transfer being built — see TransferParams.