Versions in this module Expand all Collapse all v0 v0.1.4 Apr 10, 2023 Changes in this version + const ModuleName + var ErrIntOverflowLocalhost = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthLocalhost = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupLocalhost = fmt.Errorf("proto: unexpected end of group") + var SentinelProof = []byte + func NewClientState(height clienttypes.Height) exported.ClientState + func RegisterInterfaces(registry codectypes.InterfaceRegistry) + type ClientState struct + LatestHeight types.Height + func (*ClientState) Descriptor() ([]byte, []int) + func (*ClientState) ProtoMessage() + func (cs ClientState) CheckForMisbehaviour(_ sdk.Context, _ codec.BinaryCodec, _ sdk.KVStore, _ exported.ClientMessage) bool + func (cs ClientState) CheckSubstituteAndUpdateState(_ sdk.Context, _ codec.BinaryCodec, _, _ sdk.KVStore, _ exported.ClientState) error + func (cs ClientState) ClientType() string + func (cs ClientState) ExportMetadata(_ sdk.KVStore) []exported.GenesisMetadata + func (cs ClientState) GetLatestHeight() exported.Height + func (cs ClientState) GetTimestampAtHeight(ctx sdk.Context, _ sdk.KVStore, _ codec.BinaryCodec, _ exported.Height) (uint64, error) + func (cs ClientState) Initialize(ctx sdk.Context, cdc codec.BinaryCodec, clientStore sdk.KVStore, ...) error + func (cs ClientState) Status(_ sdk.Context, _ sdk.KVStore, _ codec.BinaryCodec) exported.Status + func (cs ClientState) UpdateState(ctx sdk.Context, cdc codec.BinaryCodec, clientStore sdk.KVStore, ...) []exported.Height + func (cs ClientState) UpdateStateOnMisbehaviour(_ sdk.Context, _ codec.BinaryCodec, _ sdk.KVStore, _ exported.ClientMessage) + func (cs ClientState) Validate() error + func (cs ClientState) VerifyClientMessage(_ sdk.Context, _ codec.BinaryCodec, _ sdk.KVStore, _ exported.ClientMessage) error + func (cs ClientState) VerifyMembership(ctx sdk.Context, store sdk.KVStore, _ codec.BinaryCodec, _ exported.Height, ...) error + func (cs ClientState) VerifyNonMembership(ctx sdk.Context, store sdk.KVStore, _ codec.BinaryCodec, _ exported.Height, ...) error + func (cs ClientState) VerifyUpgradeAndUpdateState(_ sdk.Context, _ codec.BinaryCodec, _ sdk.KVStore, _ exported.ClientState, ...) error + func (cs ClientState) ZeroCustomFields() exported.ClientState + func (m *ClientState) Marshal() (dAtA []byte, err error) + func (m *ClientState) MarshalTo(dAtA []byte) (int, error) + func (m *ClientState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ClientState) Reset() + func (m *ClientState) Size() (n int) + func (m *ClientState) String() string + func (m *ClientState) Unmarshal(dAtA []byte) error + func (m *ClientState) XXX_DiscardUnknown() + func (m *ClientState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClientState) XXX_Merge(src proto.Message) + func (m *ClientState) XXX_Size() int + func (m *ClientState) XXX_Unmarshal(b []byte) error v0.0.1 Aug 7, 2023 Changes in this version + func Name() string