Interface Action
-
- All Superinterfaces:
com.syntifi.near.borshj.Borsh
- All Known Implementing Classes:
AddKeyAction,CreateAccountAction,DeleteAccountAction,DeleteKeyAction,DeployContractAction,FunctionCallAction,StakeAction,TransferAction
public interface Action extends com.syntifi.near.borshj.BorshAction Interface- Since:
- 0.0.1
- Author:
- Alexandre Carvalho, Andre Bertolace
-
-
Field Summary
Fields Modifier and Type Field Description static byteADD_KEYstatic byteCREATE_ACCOUNTstatic byteDELETE_ACCOUNTstatic byteDELETE_KEYstatic byteDEPLOY_CONTRACTstatic byteFUNCTION_CALLstatic byteSTAKEstatic byteTRANSFER
-
-
-
Field Detail
-
CREATE_ACCOUNT
static final byte CREATE_ACCOUNT
- See Also:
- Constant Field Values
-
DEPLOY_CONTRACT
static final byte DEPLOY_CONTRACT
- See Also:
- Constant Field Values
-
FUNCTION_CALL
static final byte FUNCTION_CALL
- See Also:
- Constant Field Values
-
TRANSFER
static final byte TRANSFER
- See Also:
- Constant Field Values
-
STAKE
static final byte STAKE
- See Also:
- Constant Field Values
-
ADD_KEY
static final byte ADD_KEY
- See Also:
- Constant Field Values
-
DELETE_KEY
static final byte DELETE_KEY
- See Also:
- Constant Field Values
-
DELETE_ACCOUNT
static final byte DELETE_ACCOUNT
- See Also:
- Constant Field Values
-
-