Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2021 Changes in this version + type Keeper struct + func NewKeeper(cdc codec.BinaryMarshaler, key sdk.StoreKey, ck types.ClientKeeper) Keeper + func (k Keeper) ConnOpenAck(ctx sdk.Context, connectionID string, clientState exported.ClientState, ...) error + func (k Keeper) ConnOpenConfirm(ctx sdk.Context, connectionID string, proofAck []byte, ...) error + func (k Keeper) ConnOpenInit(ctx sdk.Context, clientID string, counterparty types.Counterparty, ...) (string, error) + func (k Keeper) ConnOpenTry(ctx sdk.Context, previousConnectionID string, counterparty types.Counterparty, ...) (string, error) + func (k Keeper) GenerateConnectionIdentifier(ctx sdk.Context) string + func (k Keeper) GetAllClientConnectionPaths(ctx sdk.Context) []types.ConnectionPaths + func (k Keeper) GetAllConnections(ctx sdk.Context) (connections []types.IdentifiedConnection) + func (k Keeper) GetClientConnectionPaths(ctx sdk.Context, clientID string) ([]string, bool) + func (k Keeper) GetCommitmentPrefix() exported.Prefix + func (k Keeper) GetConnection(ctx sdk.Context, connectionID string) (types.ConnectionEnd, bool) + func (k Keeper) GetNextConnectionSequence(ctx sdk.Context) uint64 + func (k Keeper) GetTimestampAtHeight(ctx sdk.Context, connection types.ConnectionEnd, height exported.Height) (uint64, error) + func (k Keeper) IterateConnections(ctx sdk.Context, cb func(types.IdentifiedConnection) bool) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) SetClientConnectionPaths(ctx sdk.Context, clientID string, paths []string) + func (k Keeper) SetConnection(ctx sdk.Context, connectionID string, connection types.ConnectionEnd) + func (k Keeper) SetNextConnectionSequence(ctx sdk.Context, sequence uint64) + func (k Keeper) VerifyChannelState(ctx sdk.Context, connection exported.ConnectionI, height exported.Height, ...) error + func (k Keeper) VerifyClientConsensusState(ctx sdk.Context, connection exported.ConnectionI, height exported.Height, ...) error + func (k Keeper) VerifyClientState(ctx sdk.Context, connection exported.ConnectionI, height exported.Height, ...) error + func (k Keeper) VerifyConnectionState(ctx sdk.Context, connection exported.ConnectionI, height exported.Height, ...) error + func (k Keeper) VerifyNextSequenceRecv(ctx sdk.Context, connection exported.ConnectionI, height exported.Height, ...) error + func (k Keeper) VerifyPacketAcknowledgement(ctx sdk.Context, connection exported.ConnectionI, height exported.Height, ...) error + func (k Keeper) VerifyPacketCommitment(ctx sdk.Context, connection exported.ConnectionI, height exported.Height, ...) error + func (k Keeper) VerifyPacketReceiptAbsence(ctx sdk.Context, connection exported.ConnectionI, height exported.Height, ...) error + func (q Keeper) ClientConnections(c context.Context, req *types.QueryClientConnectionsRequest) (*types.QueryClientConnectionsResponse, error) + func (q Keeper) Connection(c context.Context, req *types.QueryConnectionRequest) (*types.QueryConnectionResponse, error) + func (q Keeper) ConnectionClientState(c context.Context, req *types.QueryConnectionClientStateRequest) (*types.QueryConnectionClientStateResponse, error) + func (q Keeper) ConnectionConsensusState(c context.Context, req *types.QueryConnectionConsensusStateRequest) (*types.QueryConnectionConsensusStateResponse, error) + func (q Keeper) Connections(c context.Context, req *types.QueryConnectionsRequest) (*types.QueryConnectionsResponse, error)