Documentation
¶
Overview ¶
Code generated by github.com/srdtrk/go-codegen, DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteMsg ¶
type ExecuteMsg struct { CallOutpost *ExecuteMsg_CallOutpost `json:"call_outpost,omitempty"` SaveOutpost *ExecuteMsg_SaveOutpost `json:"save_outpost,omitempty"` SaveNote *ExecuteMsg_SaveNote `json:"save_note,omitempty"` }
func (*ExecuteMsg) ToString ¶
func (m *ExecuteMsg) ToString() string
ToString returns a string representation of the message
type ExecuteMsg_CallOutpost ¶
type ExecuteMsg_CallOutpost struct {
Msg *testtypes.ExecuteMsg `json:"msg,omitempty"`
}
func (*ExecuteMsg_CallOutpost) ToString ¶
func (m *ExecuteMsg_CallOutpost) ToString() string
ToString returns a string representation of the message
type ExecuteMsg_SaveNote ¶
type ExecuteMsg_SaveNote struct {
Note string `json:"note"`
}
type ExecuteMsg_SaveOutpost ¶
type ExecuteMsg_SaveOutpost struct {
Address string `json:"address"`
}
type InstantiateMsg ¶
type InstantiateMsg struct {
StorageOutpostAddress string `json:"storage_outpost_address"`
}
Click to show internal directories.
Click to hide internal directories.