Builder

class Builder
Generic smart contract transaction
Protobuf type TW.Ethereum.Proto.Transaction.ContractGeneric

Functions

Link copied to clipboard
Amount to send in wei (uint256, serialized little endian)
bytes amount = 1;
Link copied to clipboard
Contract call payload data
bytes data = 2;
Link copied to clipboard
open fun getAmount(): ByteString
Amount to send in wei (uint256, serialized little endian)
bytes amount = 1;
Link copied to clipboard
open fun getData(): ByteString
Contract call payload data
bytes data = 2;
Link copied to clipboard
Amount to send in wei (uint256, serialized little endian)
bytes amount = 1;
Link copied to clipboard
Contract call payload data
bytes data = 2;