Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocTxMsgGrantAllowance ¶
type DocTxMsgGrantAllowance struct { Granter string `bson:"granter"` Grantee string `bson:"grantee"` Allowance interface{} `bson:"allowance"` }
func (*DocTxMsgGrantAllowance) BuildMsg ¶
func (m *DocTxMsgGrantAllowance) BuildMsg(v interface{})
func (*DocTxMsgGrantAllowance) GetType ¶
func (m *DocTxMsgGrantAllowance) GetType() string
func (*DocTxMsgGrantAllowance) HandleTxMsg ¶
func (m *DocTxMsgGrantAllowance) HandleTxMsg(v sdk.Msg) MsgDocInfo
type DocTxMsgRevokeAllowance ¶
type DocTxMsgRevokeAllowance struct { Granter string `bson:"granter"` Grantee string `bson:"grantee"` }
func (*DocTxMsgRevokeAllowance) BuildMsg ¶
func (m *DocTxMsgRevokeAllowance) BuildMsg(v interface{})
func (*DocTxMsgRevokeAllowance) GetType ¶
func (m *DocTxMsgRevokeAllowance) GetType() string
func (*DocTxMsgRevokeAllowance) HandleTxMsg ¶
func (m *DocTxMsgRevokeAllowance) HandleTxMsg(v sdk.Msg) MsgDocInfo
type FeegrantClient ¶
type FeegrantClient struct { }
func NewClient ¶
func NewClient() FeegrantClient
func (FeegrantClient) HandleTxMsg ¶
func (feegrant FeegrantClient) HandleTxMsg(v sdk.Msg) (MsgDocInfo, bool)
Click to show internal directories.
Click to hide internal directories.