Builder

class Builder
Arbitrary contract call
Protobuf type TW.IoTeX.Proto.ContractCall

Functions

Link copied to clipboard
amount
string amount = 1;
Link copied to clipboard
contract address
string contract = 2;
Link copied to clipboard
payload data
bytes data = 3;
Link copied to clipboard
open fun getAmount(): String
amount
string amount = 1;
Link copied to clipboard
open fun getAmountBytes(): ByteString
amount
string amount = 1;
Link copied to clipboard
open fun getContract(): String
contract address
string contract = 2;
Link copied to clipboard
open fun getContractBytes(): ByteString
contract address
string contract = 2;
Link copied to clipboard
open fun getData(): ByteString
payload data
bytes data = 3;
Link copied to clipboard
amount
string amount = 1;
Link copied to clipboard
open fun setAmountBytes(value: ByteString): IoTeX.ContractCall.Builder
amount
string amount = 1;
Link copied to clipboard
contract address
string contract = 2;
Link copied to clipboard
open fun setContractBytes(value: ByteString): IoTeX.ContractCall.Builder
contract address
string contract = 2;
Link copied to clipboard
open fun setData(value: ByteString): IoTeX.ContractCall.Builder
payload data
bytes data = 3;