Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstantiateMsg ¶
type InstantiateMsg struct { Name string `json:"name"` Symbol string `json:"symbol"` Decimals uint32 `json:"decimals"` Mint MinterResponse `json:"mint"` Marketing InstantiateMarketingInfo `json:"marketing,omitempty"` InitialBalances []Cw20Coin `json:"initial_balances"` }
func (InstantiateMsg) Marshal ¶
func (m InstantiateMsg) Marshal() ([]byte, error)
type MinterResponse ¶
func (MinterResponse) Marshal ¶
func (m MinterResponse) Marshal() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.