Documentation ¶
Index ¶
- Constants
- type MsgAssignRoles
- type MsgBlockAccount
- type MsgCreateBlockHeader
- type MsgCreateIdentity
- type MsgCreateSpace
- type MsgNodeCreate
- type MsgNodeGrant
- type MsgNodeRemove
- type MsgNodeRevoke
- type MsgNodeUpdate
- type MsgTransferSpace
- type MsgUnassignRoles
- type MsgUnblockAccount
- type MsgUnjailValidator
- type MsgUpdateIdentity
Constants ¶
View Source
const ( MsgTypeUnjailValidator = "unjail_validator" MsgTypeUpdateIdentity = "update_identity" MsgTypeCreateIdentity = "create_identity" DocTypeAssignRoles = "assign_roles" DocTypeUnassignRoles = "unassign_roles" DocTypeBlockAccount = "block_account" DocTypeUnlockAccount = "unblock_account" MsgTypeCreateValidator = "create_validator" // type for MsgCreateValidator MsgTypeUpdateValidator = "update_validator" // type for MsgUpdateValidator MsgTypeRemoveValidator = "remove_validator" // type for MsgRemoveValidator MsgTypeGrantNode = "grant_node" // type for MsgGrantNode MsgTypeRevokeNode = "revoke_node" // type for MsgRevokeNode MsgTypeCreateBlockHeader = "create_block_header" MsgTypeCreateSpace = "create_space" MsgTypeTransferSpace = "transfer_space" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgAssignRoles ¶
type MsgAssignRoles = perm.MsgAssignRoles
type MsgBlockAccount ¶
type MsgBlockAccount = perm.MsgBlockAccount
type MsgCreateBlockHeader ¶
type MsgCreateBlockHeader = sidechain.MsgCreateBlockHeader
type MsgCreateIdentity ¶
type MsgCreateIdentity = identity.MsgCreateIdentity
type MsgCreateSpace ¶
type MsgCreateSpace = sidechain.MsgCreateSpace
type MsgNodeCreate ¶
type MsgNodeCreate = node.MsgCreateValidator
type MsgNodeGrant ¶
type MsgNodeGrant = node.MsgGrantNode
type MsgNodeRemove ¶
type MsgNodeRemove = node.MsgRemoveValidator
type MsgNodeRevoke ¶
type MsgNodeRevoke = node.MsgRevokeNode
type MsgNodeUpdate ¶
type MsgNodeUpdate = node.MsgUpdateValidator
type MsgTransferSpace ¶
type MsgTransferSpace = sidechain.MsgTransferSpace
type MsgUnassignRoles ¶
type MsgUnassignRoles = perm.MsgUnassignRoles
type MsgUnblockAccount ¶
type MsgUnblockAccount = perm.MsgUnblockAccount
type MsgUnjailValidator ¶
type MsgUnjailValidator = iritaslashing.MsgUnjailValidator
type MsgUpdateIdentity ¶
type MsgUpdateIdentity = identity.MsgUpdateIdentity
Click to show internal directories.
Click to hide internal directories.