pub fn encode_transfer(to: Address, amount: U256) -> Bytes
ABI-encode the transfer(to, amount) call into the calldata bytes used by a TriggerSmartContract.
transfer(to, amount)
TriggerSmartContract