Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgRegisterAccountParams ¶
type MsgRegisterAccountParams struct { RawMsgRegisterAccount PortID string `json:"portId"` ChannelID string `json:"channelId"` CounterpartyPortID string `json:"counterpartyPortId"` CounterpartyChannelID string `json:"counterpartyChannelId"` }
type MsgSubmitTxMsg ¶
type MsgSubmitTxMsg struct {
Type string `mapstructure:"@type" json:"@type"`
}
type MsgSubmitTxParams ¶
type MsgSubmitTxParams struct { RawMsgSubmitTx ibc_model.Packet }
type RawMsgRegisterAccount ¶
type RawMsgSubmitTx ¶
type RawMsgSubmitTx 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"` }
Click to show internal directories.
Click to hide internal directories.