Versions in this module Expand all Collapse all v9 v9.0.0 Jul 11, 2024 Changes in this version + const Active + const Expired + const Frozen + const Localhost + const LocalhostClientID + const LocalhostConnectionID + const ModuleName + const QuerierRoute + const RouterKey + const Solomachine + const StoreKey + const Tendermint + const TypeClientMisbehaviour + const Unauthorized + const Unknown + type Acknowledgement interface + Acknowledgement func() []byte + Success func() bool + type ClientMessage interface + ClientType func() string + ValidateBasic func() error + type ClientState interface + ClientType func() string + Validate func() error + type ClientStoreProvider interface + ClientStore func(ctx sdk.Context, clientID string) storetypes.KVStore + type ConsensusState interface + ClientType func() string + GetTimestamp func() uint64 + ValidateBasic func() error + type GenesisMetadata interface + GetKey func() []byte + GetValue func() []byte + 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 LightClientModule interface + CheckForMisbehaviour func(ctx sdk.Context, clientID string, clientMsg ClientMessage) bool + Initialize func(ctx sdk.Context, clientID string, clientState, consensusState []byte) error + LatestHeight func(ctx sdk.Context, clientID string) Height + RecoverClient func(ctx sdk.Context, clientID, substituteClientID string) error + RegisterStoreProvider func(storeProvider ClientStoreProvider) + Status func(ctx sdk.Context, clientID string) Status + TimestampAtHeight func(ctx sdk.Context, clientID string, height Height) (uint64, error) + UpdateState func(ctx sdk.Context, clientID string, clientMsg ClientMessage) []Height + UpdateStateOnMisbehaviour func(ctx sdk.Context, clientID string, clientMsg ClientMessage) + VerifyClientMessage func(ctx sdk.Context, clientID string, clientMsg ClientMessage) error + VerifyMembership func(ctx sdk.Context, clientID string, height Height, delayTimePeriod uint64, ...) error + VerifyNonMembership func(ctx sdk.Context, clientID string, height Height, delayTimePeriod uint64, ...) error + VerifyUpgradeAndUpdateState func(ctx sdk.Context, clientID string, newClient []byte, newConsState []byte, ...) error + type PacketData interface + GetPacketSender func(sourcePortID string) string + type PacketDataProvider interface + GetCustomPacketData func(key string) interface{} + 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 + type Prefix interface + Bytes func() []byte + Empty func() bool + type Root interface + Empty func() bool + GetHash func() []byte + type ScopedKeeper interface + AuthenticateCapability func(ctx sdk.Context, cap *capabilitytypes.Capability, name string) bool + ClaimCapability func(ctx sdk.Context, cap *capabilitytypes.Capability, name string) error + GetCapability func(ctx sdk.Context, name string) (*capabilitytypes.Capability, bool) + LookupModules func(ctx sdk.Context, name string) ([]string, *capabilitytypes.Capability, error) + NewCapability func(ctx sdk.Context, name string) (*capabilitytypes.Capability, error) + type Status string + func (s Status) String() string Other modules containing this package github.com/h1uf/ibc-go/v8