Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Encoder ¶
func Encoder(contract sdk.AccAddress, data json.RawMessage, _ string) ([]sdk.Msg, error)
Types ¶
type AllocMsg ¶
type AllocMsg struct {
FundFairburnPool *FundFairburnPool `json:"fund_fairburn_pool,omitempty"`
}
type FundFairburnPool ¶
type FundFairburnPool struct {
Amount []wasmvmtypes.Coin `json:"amount"`
}
func (FundFairburnPool) Encode ¶
func (fcp FundFairburnPool) Encode(contract sdk.AccAddress) ([]sdk.Msg, error)
Click to show internal directories.
Click to hide internal directories.