Builder

class Builder
ERC20 token transfer transaction
Protobuf type TW.Ethereum.Proto.Transaction.ERC20Transfer

Functions

Link copied to clipboard
Amount to send (uint256, serialized little endian)
bytes amount = 2;
Link copied to clipboard
destination address (string)
string to = 1;
Link copied to clipboard
open fun getAmount(): ByteString
Amount to send (uint256, serialized little endian)
bytes amount = 2;
Link copied to clipboard
open fun getTo(): String
destination address (string)
string to = 1;
Link copied to clipboard
open fun getToBytes(): ByteString
destination address (string)
string to = 1;
Link copied to clipboard
Amount to send (uint256, serialized little endian)
bytes amount = 2;
Link copied to clipboard
destination address (string)
string to = 1;
Link copied to clipboard
destination address (string)
string to = 1;