类 TxType


  • public class TxType
    extends Object
    交易类型
    版本:
    1.0
    作者:
    captain
    • 字段详细资料

      • COIN_BASE

        public static final int COIN_BASE
        coinBase出块奖励
        另请参阅:
        常量字段值
      • TRANSFER

        public static final int TRANSFER
        转账 the type of the transfer transaction
        另请参阅:
        常量字段值
      • ACCOUNT_ALIAS

        public static final int ACCOUNT_ALIAS
        设置账户别名 Set the transaction type of account alias.
        另请参阅:
        常量字段值
      • REGISTER_AGENT

        public static final int REGISTER_AGENT
        新建共识节点
        另请参阅:
        常量字段值
      • DEPOSIT

        public static final int DEPOSIT
        委托参与共识
        另请参阅:
        常量字段值
      • CANCEL_DEPOSIT

        public static final int CANCEL_DEPOSIT
        取消委托
        另请参阅:
        常量字段值
      • YELLOW_PUNISH

        public static final int YELLOW_PUNISH
        取消委托共识
        另请参阅:
        常量字段值
      • RED_PUNISH

        public static final int RED_PUNISH
        红牌
        另请参阅:
        常量字段值
      • STOP_AGENT

        public static final int STOP_AGENT
        注销共识节点
        另请参阅:
        常量字段值
      • CROSS_CHAIN

        public static final int CROSS_CHAIN
        跨链转账
        另请参阅:
        常量字段值
      • REGISTER_CHAIN_AND_ASSET

        public static final int REGISTER_CHAIN_AND_ASSET
        注册链
        另请参阅:
        常量字段值
      • DESTROY_CHAIN_AND_ASSET

        public static final int DESTROY_CHAIN_AND_ASSET
        注销链
        另请参阅:
        常量字段值
      • ADD_ASSET_TO_CHAIN

        public static final int ADD_ASSET_TO_CHAIN
        为链新增一种资产
        另请参阅:
        常量字段值
      • REMOVE_ASSET_FROM_CHAIN

        public static final int REMOVE_ASSET_FROM_CHAIN
        删除链上资产
        另请参阅:
        常量字段值
      • CREATE_CONTRACT

        public static final int CREATE_CONTRACT
        创建智能合约
        另请参阅:
        常量字段值
      • CALL_CONTRACT

        public static final int CALL_CONTRACT
        调用智能合约
        另请参阅:
        常量字段值
      • DELETE_CONTRACT

        public static final int DELETE_CONTRACT
        删除智能合约
        另请参阅:
        常量字段值
      • CONTRACT_TRANSFER

        public static final int CONTRACT_TRANSFER
        合约内部转账 contract transfer tx
        另请参阅:
        常量字段值
      • CONTRACT_RETURN_GAS

        public static final int CONTRACT_RETURN_GAS
        合约执行手续费返还 contract return gas tx
        另请参阅:
        常量字段值
      • CONTRACT_CREATE_AGENT

        public static final int CONTRACT_CREATE_AGENT
        合约新建共识节点 contract create agent tx
        另请参阅:
        常量字段值
      • CONTRACT_DEPOSIT

        public static final int CONTRACT_DEPOSIT
        合约委托参与共识 contract deposit tx
        另请参阅:
        常量字段值
      • CONTRACT_CANCEL_DEPOSIT

        public static final int CONTRACT_CANCEL_DEPOSIT
        合约取消委托共识 contract withdraw tx
        另请参阅:
        常量字段值
      • CONTRACT_STOP_AGENT

        public static final int CONTRACT_STOP_AGENT
        合约注销共识节点 contract stop agent tx
        另请参阅:
        常量字段值
      • VERIFIER_CHANGE

        public static final int VERIFIER_CHANGE
        验证人变更 Verifier Change
        另请参阅:
        常量字段值
      • VERIFIER_INIT

        public static final int VERIFIER_INIT
        验证人初始化 Verifier init
        另请参阅:
        常量字段值
    • 构造器详细资料

      • TxType

        public TxType()