perm

package
v0.0.0-...-ec6187d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DocMsgAssignRoles

type DocMsgAssignRoles struct {
	Address  string   `bson:"address" json:"address"`
	Roles    []string `bson:"roles" json:"roles"`
	Operator string   `bson:"operator" json:"operator"`
}

func (*DocMsgAssignRoles) BuildMsg

func (m *DocMsgAssignRoles) BuildMsg(v interface{})

func (*DocMsgAssignRoles) GetType

func (m *DocMsgAssignRoles) GetType() string

func (*DocMsgAssignRoles) HandleTxMsg

func (m *DocMsgAssignRoles) HandleTxMsg(v SdkMsg) MsgDocInfo

type DocMsgBlockAccount

type DocMsgBlockAccount struct {
	Address  string `bson:"address" json:"address"`
	Operator string `bson:"operator" json:"operator"`
}

func (*DocMsgBlockAccount) BuildMsg

func (m *DocMsgBlockAccount) BuildMsg(v interface{})

func (*DocMsgBlockAccount) GetType

func (m *DocMsgBlockAccount) GetType() string

func (*DocMsgBlockAccount) HandleTxMsg

func (m *DocMsgBlockAccount) HandleTxMsg(v SdkMsg) MsgDocInfo

type DocMsgUnassignRoles

type DocMsgUnassignRoles struct {
	Address  string   `bson:"address" json:"address"`
	Roles    []string `bson:"roles" json:"roles"`
	Operator string   `bson:"operator" json:"operator"`
}

func (*DocMsgUnassignRoles) BuildMsg

func (m *DocMsgUnassignRoles) BuildMsg(v interface{})

func (*DocMsgUnassignRoles) GetType

func (m *DocMsgUnassignRoles) GetType() string

func (*DocMsgUnassignRoles) HandleTxMsg

func (m *DocMsgUnassignRoles) HandleTxMsg(v SdkMsg) MsgDocInfo

type DocMsgUnblockAccount

type DocMsgUnblockAccount struct {
	Address  string `bson:"address" json:"address"`
	Operator string `bson:"operator" json:"operator"`
}

func (*DocMsgUnblockAccount) BuildMsg

func (m *DocMsgUnblockAccount) BuildMsg(v interface{})

func (*DocMsgUnblockAccount) GetType

func (m *DocMsgUnblockAccount) GetType() string

func (*DocMsgUnblockAccount) HandleTxMsg

func (m *DocMsgUnblockAccount) HandleTxMsg(v SdkMsg) MsgDocInfo

type PermClient

type PermClient struct {
}

func NewClient

func NewClient() PermClient

func (PermClient) HandleTxMsg

func (nft PermClient) HandleTxMsg(v sdk.Msg) (MsgDocInfo, bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL