Builder

class Builder
ERC20 approve transaction
Protobuf type TW.Ethereum.Proto.Transaction.ERC20Approve

Functions

Link copied to clipboard
Amount to send (uint256, serialized little endian)
bytes amount = 2;
Link copied to clipboard
Target of the approval
string spender = 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 getSpender(): String
Target of the approval
string spender = 1;
Link copied to clipboard
open fun getSpenderBytes(): ByteString
Target of the approval
string spender = 1;
Link copied to clipboard
Amount to send (uint256, serialized little endian)
bytes amount = 2;
Link copied to clipboard
Target of the approval
string spender = 1;
Link copied to clipboard
Target of the approval
string spender = 1;