Builder

class Builder
A method/function call
Protobuf type TW.NEAR.Proto.FunctionCall

Functions

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