FunctionCallOrBuilder

Functions

Link copied to clipboard
abstract fun getArgs(): ByteString
input arguments
bytes args = 2;
Link copied to clipboard
abstract fun getDeposit(): ByteString
uint128 / big endian byte order
bytes deposit = 4;
Link copied to clipboard
abstract fun getGas(): Long
gas
uint64 gas = 3;
Link copied to clipboard
abstract fun getMethodName(): String
Method/function name
string method_name = 1;
Link copied to clipboard
abstract fun getMethodNameBytes(): ByteString
Method/function name
string method_name = 1;

Inheritors

Link copied to clipboard