Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgRegisterAccount ¶ added in v1.7.25
type MsgRegisterAccountParams ¶
type MsgRegisterAccountParams struct {
MsgRegisterAccount
PortID string `json:"portId"`
ChannelID string `json:"channelId"`
CounterpartyPortID string `json:"counterpartyPortId"`
CounterpartyChannelID string `json:"counterpartyChannelId"`
}
type MsgSubmitTx ¶ added in v1.7.25
type MsgSubmitTx struct {
Owner string `mapstructure:"owner" json:"owner"`
ConnectionId string `mapstructure:"connectionId" json:"connectionId"`
Msgs []MsgSubmitTxMsg `mapstructure:"msgs" json:"msgs"`
TimeoutDuration string `mapstructure:"timeoutDuration" json:"timeoutDuration"`
}
type MsgSubmitTxMsg ¶
type MsgSubmitTxMsg struct {
Type string `mapstructure:"@type" json:"@type"`
}
type MsgSubmitTxParams ¶
type MsgSubmitTxParams struct {
MsgSubmitTx
ibc_model.Packet
}
type RawChainmainMsgRegisterAccount ¶ added in v1.7.32
type RawMsgRegisterAccount ¶
type RawMsgSubmitTx ¶
type RawMsgSubmitTx struct {
Owner string `mapstructure:"owner" json:"owner"`
ConnectionId string `mapstructure:"connection_id" json:"connectionId"`
Msgs []MsgSubmitTxMsg `mapstructure:"msgs" json:"msgs"`
TimeoutDuration string `mapstructure:"timeoutDuration" json:"timeoutDuration"`
}
Click to show internal directories.
Click to hide internal directories.