Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalExecData ¶
Types ¶
type AuthzClient ¶
type AuthzClient struct { }
func NewClient ¶
func NewClient() AuthzClient
func (AuthzClient) HandleTxMsg ¶
func (authz AuthzClient) HandleTxMsg(v types.Msg) (MsgDocInfo, bool)
type DocMsgExec ¶
type DocMsgExec struct { Grantee string `bson:"grantee"` Msgs []interface{} `bson:"msgs"` }
func (*DocMsgExec) BuildMsg ¶
func (m *DocMsgExec) BuildMsg(v interface{})
func (*DocMsgExec) GetType ¶
func (m *DocMsgExec) GetType() string
func (*DocMsgExec) HandleTxMsg ¶
func (m *DocMsgExec) HandleTxMsg(v SdkMsg) MsgDocInfo
type DocMsgGrant ¶
type DocMsgGrant struct { Granter string `bson:"granter"` Grantee string `bson:"grantee"` Grant Grant `bson:"grant"` }
func (*DocMsgGrant) BuildMsg ¶
func (m *DocMsgGrant) BuildMsg(v interface{})
func (*DocMsgGrant) GetType ¶
func (m *DocMsgGrant) GetType() string
func (*DocMsgGrant) HandleTxMsg ¶
func (m *DocMsgGrant) HandleTxMsg(v SdkMsg) MsgDocInfo
type DocMsgRevoke ¶
type DocMsgRevoke struct { Granter string `bson:"granter"` Grantee string `bson:"grantee"` MsgTypeUrl string `bson:"msg_type_url"` }
func (*DocMsgRevoke) BuildMsg ¶
func (m *DocMsgRevoke) BuildMsg(v interface{})
func (*DocMsgRevoke) GetType ¶
func (m *DocMsgRevoke) GetType() string
func (*DocMsgRevoke) HandleTxMsg ¶
func (m *DocMsgRevoke) HandleTxMsg(v SdkMsg) MsgDocInfo
Click to show internal directories.
Click to hide internal directories.