icaauth

package
v1.7.38 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CosmosTx added in v1.7.4

type CosmosTx struct {
	Messages []Message
}

type Message added in v1.7.4

type Message struct {
	Type string
}

type MsgRegisterAccount added in v1.7.25

type MsgRegisterAccount struct {
	Owner        string `mapstructure:"owner" json:"owner"`
	ConnectionID string `mapstructure:"connectionId" json:"connectionId"`
	Version      string `mapstructure:"version" json:"version"`
}

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 RawChainmainMsgRegisterAccount struct {
	Owner        string `mapstructure:"owner" json:"owner"`
	ConnectionID string `mapstructure:"connectionId" json:"connectionId"`
	Version      string `mapstructure:"version" json:"version"`
}

type RawMsgRegisterAccount

type RawMsgRegisterAccount struct {
	Owner        string `mapstructure:"owner" json:"owner"`
	ConnectionID string `mapstructure:"connection_id" json:"connection_id"`
	Version      string `mapstructure:"version" json:"version"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL