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.Borsh
Action Interface- Since:
- 0.0.1
- Author:
- Alexandre Carvalho, Andre Bertolace
-
-
Field Summary
Fields Modifier and Type Field Description static byte
ADD_KEY
static byte
CREATE_ACCOUNT
static byte
DELETE_ACCOUNT
static byte
DELETE_KEY
static byte
DEPLOY_CONTRACT
static byte
FUNCTION_CALL
static byte
STAKE
static byte
TRANSFER
-
-
-
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
-
-