Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IbcExtension

Index

Properties

Properties

ibc: { channel: { allChannels: any; allConnectionChannels: any; allPacketAcknowledgements: any; allPacketCommitments: any; channel: any; channels: any; clientState: any; connectionChannels: any; consensusState: any; nextSequenceReceive: any; packetAcknowledgement: any; packetAcknowledgements: any; packetCommitment: any; packetCommitments: any; packetReceipt: any; unreceivedAcks: any; unreceivedPackets: any }; client: { allConsensusStates: any; allStates: any; allStatesTm: any; consensusState: any; consensusStateTm: any; consensusStates: any; params: any; state: any; stateTm: any; states: any; statesTm: any }; connection: { allConnections: any; clientConnections: any; clientState: any; connection: any; connections: any; consensusState: any }; transfer: { allDenomTraces: any; denomTrace: any; denomTraces: any; params: any }; verified: { channel: { channel: any; nextSequenceReceive: any; packetAcknowledgement: any; packetCommitment: any } } }

Type declaration

  • Readonly channel: { allChannels: any; allConnectionChannels: any; allPacketAcknowledgements: any; allPacketCommitments: any; channel: any; channels: any; clientState: any; connectionChannels: any; consensusState: any; nextSequenceReceive: any; packetAcknowledgement: any; packetAcknowledgements: any; packetCommitment: any; packetCommitments: any; packetReceipt: any; unreceivedAcks: any; unreceivedPackets: any }
    • allChannels:function
      • allChannels(): Promise<QueryChannelsResponse>
    • allConnectionChannels:function
      • allConnectionChannels(connection: string): Promise<QueryConnectionChannelsResponse>
    • allPacketAcknowledgements:function
      • allPacketAcknowledgements(portId: string, channelId: string): Promise<QueryPacketAcknowledgementsResponse>
    • allPacketCommitments:function
      • allPacketCommitments(portId: string, channelId: string): Promise<QueryPacketCommitmentsResponse>
    • channel:function
      • channel(portId: string, channelId: string): Promise<QueryChannelResponse>
    • channels:function
      • channels(paginationKey?: Uint8Array): Promise<QueryChannelsResponse>
    • clientState:function
      • clientState(portId: string, channelId: string): Promise<QueryChannelClientStateResponse>
    • connectionChannels:function
      • connectionChannels(connection: string, paginationKey?: Uint8Array): Promise<QueryConnectionChannelsResponse>
    • consensusState:function
      • consensusState(portId: string, channelId: string, revisionNumber: number, revisionHeight: number): Promise<QueryChannelConsensusStateResponse>
    • nextSequenceReceive:function
      • nextSequenceReceive(portId: string, channelId: string): Promise<QueryNextSequenceReceiveResponse>
    • packetAcknowledgement:function
      • packetAcknowledgement(portId: string, channelId: string, sequence: number): Promise<QueryPacketAcknowledgementResponse>
    • packetAcknowledgements:function
      • packetAcknowledgements(portId: string, channelId: string, paginationKey?: Uint8Array): Promise<QueryPacketAcknowledgementsResponse>
    • packetCommitment:function
      • packetCommitment(portId: string, channelId: string, sequence: number): Promise<QueryPacketCommitmentResponse>
    • packetCommitments:function
      • packetCommitments(portId: string, channelId: string, paginationKey?: Uint8Array): Promise<QueryPacketCommitmentsResponse>
    • packetReceipt:function
      • packetReceipt(portId: string, channelId: string, sequence: number): Promise<QueryPacketReceiptResponse>
    • unreceivedAcks:function
      • unreceivedAcks(portId: string, channelId: string, packetAckSequences: readonly number[]): Promise<QueryUnreceivedAcksResponse>
    • unreceivedPackets:function
      • unreceivedPackets(portId: string, channelId: string, packetCommitmentSequences: readonly number[]): Promise<QueryUnreceivedPacketsResponse>
  • Readonly client: { allConsensusStates: any; allStates: any; allStatesTm: any; consensusState: any; consensusStateTm: any; consensusStates: any; params: any; state: any; stateTm: any; states: any; statesTm: any }
    • allConsensusStates:function
      • allConsensusStates(clientId: string): Promise<QueryConsensusStatesResponse>
    • allStates:function
      • allStates(): Promise<QueryClientStatesResponse>
    • allStatesTm:function
      • allStatesTm(): Promise<ClientState[]>
    • consensusState:function
      • consensusState(clientId: string, height?: number): Promise<QueryConsensusStateResponse>
    • consensusStateTm:function
      • consensusStateTm(clientId: string, height?: Height): Promise<ConsensusState>
    • consensusStates:function
      • consensusStates(clientId: string, paginationKey?: Uint8Array): Promise<QueryConsensusStatesResponse>
    • params:function
      • params(): Promise<QueryClientParamsResponse>
    • state:function
      • state(clientId: string): Promise<QueryClientStateResponse>
    • stateTm:function
      • stateTm(clientId: string): Promise<ClientState>
    • states:function
      • states(paginationKey?: Uint8Array): Promise<QueryClientStatesResponse>
    • statesTm:function
      • statesTm(paginationKey?: Uint8Array): Promise<ClientState[]>
  • Readonly connection: { allConnections: any; clientConnections: any; clientState: any; connection: any; connections: any; consensusState: any }
    • allConnections:function
      • allConnections(): Promise<QueryConnectionsResponse>
    • clientConnections:function
      • clientConnections(clientId: string): Promise<QueryClientConnectionsResponse>
    • clientState:function
      • clientState(connectionId: string): Promise<QueryConnectionClientStateResponse>
    • connection:function
      • connection(connectionId: string): Promise<QueryConnectionResponse>
    • connections:function
      • connections(paginationKey?: Uint8Array): Promise<QueryConnectionsResponse>
    • consensusState:function
      • consensusState(connectionId: string, revisionNumber: number, revisionHeight: number): Promise<QueryConnectionConsensusStateResponse>
  • Readonly transfer: { allDenomTraces: any; denomTrace: any; denomTraces: any; params: any }
  • Readonly verified: { channel: { channel: any; nextSequenceReceive: any; packetAcknowledgement: any; packetCommitment: any } }
    • Readonly channel: { channel: any; nextSequenceReceive: any; packetAcknowledgement: any; packetCommitment: any }
      • channel:function
        • channel(portId: string, channelId: string): Promise<null | Channel>
      • nextSequenceReceive:function
        • nextSequenceReceive(portId: string, channelId: string): Promise<null | number>
      • packetAcknowledgement:function
        • packetAcknowledgement(portId: string, channelId: string, sequence: number): Promise<Uint8Array>
      • packetCommitment:function
        • packetCommitment(portId: string, channelId: string, sequence: number): Promise<Uint8Array>

Generated using TypeDoc