Versions in this module Expand all Collapse all v3 v3.0.2 Jul 5, 2023 v3.0.1 Jul 5, 2023 Changes in this version + const Active + const Expired + const Frozen + const Localhost + const Solomachine + const Tendermint + const TypeClientMisbehaviour + const Unknown + type Acknowledgement interface + Acknowledgement func() []byte + Success func() bool + type ChannelI interface + GetConnectionHops func() []string + GetCounterparty func() CounterpartyChannelI + GetOrdering func() int32 + GetState func() int32 + GetVersion func() string + ValidateBasic func() error + type ClientState interface + CheckHeaderAndUpdateState func(sdk.Context, codec.BinaryCodec, sdk.KVStore, Header) (ClientState, ConsensusState, error) + CheckMisbehaviourAndUpdateState func(sdk.Context, codec.BinaryCodec, sdk.KVStore, Misbehaviour) (ClientState, error) + CheckSubstituteAndUpdateState func(ctx sdk.Context, cdc codec.BinaryCodec, ...) (ClientState, error) + ClientType func() string + ExportMetadata func(sdk.KVStore) []GenesisMetadata + GetLatestHeight func() Height + Initialize func(sdk.Context, codec.BinaryCodec, sdk.KVStore, ConsensusState) error + Status func(ctx sdk.Context, clientStore sdk.KVStore, cdc codec.BinaryCodec) Status + Validate func() error + VerifyChannelState func(store sdk.KVStore, cdc codec.BinaryCodec, height Height, prefix Prefix, ...) error + VerifyClientConsensusState func(store sdk.KVStore, cdc codec.BinaryCodec, height Height, ...) error + VerifyClientState func(store sdk.KVStore, cdc codec.BinaryCodec, height Height, prefix Prefix, ...) error + VerifyConnectionState func(store sdk.KVStore, cdc codec.BinaryCodec, height Height, prefix Prefix, ...) error + VerifyNextSequenceRecv func(ctx sdk.Context, store sdk.KVStore, cdc codec.BinaryCodec, height Height, ...) error + VerifyPacketAcknowledgement func(ctx sdk.Context, store sdk.KVStore, cdc codec.BinaryCodec, height Height, ...) error + VerifyPacketCommitment func(ctx sdk.Context, store sdk.KVStore, cdc codec.BinaryCodec, height Height, ...) error + VerifyPacketReceiptAbsence func(ctx sdk.Context, store sdk.KVStore, cdc codec.BinaryCodec, height Height, ...) error + VerifyUpgradeAndUpdateState func(ctx sdk.Context, cdc codec.BinaryCodec, store sdk.KVStore, ...) (ClientState, ConsensusState, error) + ZeroCustomFields func() ClientState + type ConnectionI interface + GetClientID func() string + GetCounterparty func() CounterpartyConnectionI + GetDelayPeriod func() uint64 + GetState func() int32 + GetVersions func() []Version + ValidateBasic func() error + type ConsensusState interface + ClientType func() string + GetRoot func() Root + GetTimestamp func() uint64 + ValidateBasic func() error + type CounterpartyChannelI interface + GetChannelID func() string + GetPortID func() string + ValidateBasic func() error + type CounterpartyConnectionI interface + GetClientID func() string + GetConnectionID func() string + GetPrefix func() Prefix + ValidateBasic func() error + type GenesisMetadata interface + GetKey func() []byte + GetValue func() []byte + type Header interface + ClientType func() string + GetHeight func() Height + ValidateBasic func() error + type Height interface + Decrement func() (Height, bool) + EQ func(Height) bool + GT func(Height) bool + GTE func(Height) bool + GetRevisionHeight func() uint64 + GetRevisionNumber func() uint64 + Increment func() Height + IsZero func() bool + LT func(Height) bool + LTE func(Height) bool + String func() string + type Misbehaviour interface + ClientType func() string + GetClientID func() string + ValidateBasic func() error + type PacketI interface + GetData func() []byte + GetDestChannel func() string + GetDestPort func() string + GetSequence func() uint64 + GetSourceChannel func() string + GetSourcePort func() string + GetTimeoutHeight func() Height + GetTimeoutTimestamp func() uint64 + ValidateBasic func() error + type Path interface + Empty func() bool + String func() string + type Prefix interface + Bytes func() []byte + Empty func() bool + type Proof interface + Empty func() bool + ValidateBasic func() error + VerifyMembership func([]*ics23.ProofSpec, Root, Path, []byte) error + VerifyNonMembership func([]*ics23.ProofSpec, Root, Path) error + type Root interface + Empty func() bool + GetHash func() []byte + type Status string + func (s Status) String() string + type Version interface + GetFeatures func() []string + GetIdentifier func() string + VerifyProposedVersion func(Version) error