ActionOrBuilder

interface ActionOrBuilder

Functions

Link copied to clipboard
abstract fun getAddKey(): AddKey
.TW.NEAR.Proto.AddKey add_key = 6;
Link copied to clipboard
abstract fun getCreateAccount(): CreateAccount
.TW.NEAR.Proto.CreateAccount create_account = 1;
Link copied to clipboard
abstract fun getDeleteAccount(): DeleteAccount
.TW.NEAR.Proto.DeleteAccount delete_account = 8;
Link copied to clipboard
abstract fun getDeleteKey(): DeleteKey
.TW.NEAR.Proto.DeleteKey delete_key = 7;
Link copied to clipboard
abstract fun getDeployContract(): DeployContract
.TW.NEAR.Proto.DeployContract deploy_contract = 2;
Link copied to clipboard
abstract fun getFunctionCall(): FunctionCall
.TW.NEAR.Proto.FunctionCall function_call = 3;
Link copied to clipboard
abstract fun getPayloadCase(): PayloadCase
Link copied to clipboard
abstract fun getStake(): Stake
.TW.NEAR.Proto.Stake stake = 5;
Link copied to clipboard
abstract fun getTransfer(): Transfer
.TW.NEAR.Proto.Transfer transfer = 4;
Link copied to clipboard
abstract fun hasAddKey(): Boolean
.TW.NEAR.Proto.AddKey add_key = 6;
Link copied to clipboard
abstract fun hasCreateAccount(): Boolean
.TW.NEAR.Proto.CreateAccount create_account = 1;
Link copied to clipboard
abstract fun hasDeleteAccount(): Boolean
.TW.NEAR.Proto.DeleteAccount delete_account = 8;
Link copied to clipboard
abstract fun hasDeleteKey(): Boolean
.TW.NEAR.Proto.DeleteKey delete_key = 7;
Link copied to clipboard
abstract fun hasDeployContract(): Boolean
.TW.NEAR.Proto.DeployContract deploy_contract = 2;
Link copied to clipboard
abstract fun hasFunctionCall(): Boolean
.TW.NEAR.Proto.FunctionCall function_call = 3;
Link copied to clipboard
abstract fun hasStake(): Boolean
.TW.NEAR.Proto.Stake stake = 5;
Link copied to clipboard
abstract fun hasTransfer(): Boolean
.TW.NEAR.Proto.Transfer transfer = 4;

Inheritors

Link copied to clipboard