Versions in this module Expand all Collapse all v1 v1.0.0 May 14, 2020 Changes in this version + const ClientTypeLocalHost + const ClientTypeTendermint + type ClientState interface + ClientType func() ClientType + GetChainID func() string + GetID func() string + GetLatestHeight func() uint64 + IsFrozen func() bool + Validate func() error + VerifyChannelState func(store sdk.KVStore, cdc codec.Marshaler, height uint64, ...) error + VerifyClientConsensusState func(store sdk.KVStore, cdc *codec.Codec, root commitmentexported.Root, ...) error + VerifyConnectionState func(store sdk.KVStore, cdc codec.Marshaler, height uint64, ...) error + VerifyNextSequenceRecv func(store sdk.KVStore, height uint64, prefix commitmentexported.Prefix, ...) error + VerifyPacketAcknowledgement func(store sdk.KVStore, height uint64, prefix commitmentexported.Prefix, ...) error + VerifyPacketAcknowledgementAbsence func(store sdk.KVStore, height uint64, prefix commitmentexported.Prefix, ...) error + VerifyPacketCommitment func(store sdk.KVStore, height uint64, prefix commitmentexported.Prefix, ...) error + type ClientType byte + const Localhost + const Tendermint + func ClientTypeFromString(clientType string) ClientType + func (ct *ClientType) UnmarshalJSON(data []byte) error + func (ct ClientType) MarshalJSON() ([]byte, error) + func (ct ClientType) String() string + type ConsensusState interface + ClientType func() ClientType + GetHeight func() uint64 + GetRoot func() commitmentexported.Root + GetTimestamp func() uint64 + ValidateBasic func() error + type Header interface + ClientType func() ClientType + GetHeight func() uint64 + type Misbehaviour interface + ClientType func() ClientType + GetClientID func() string + type MsgCreateClient interface + GetClientID func() string + GetClientType func() string + GetConsensusState func() ConsensusState + type MsgUpdateClient interface + GetClientID func() string + GetHeader func() Header v1.0.0-playground Jul 8, 2020