Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/ibc/core/client/v1/client

Index

Type aliases

DeepPartial

DeepPartial<T>: T extends Builtin ? T : T extends infer U[] ? DeepPartial<U>[] : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {[ K in keyof T]: DeepPartial<T[K]> } : Partial<T>

Type parameters

  • T

Variables

ClientConsensusStates

ClientConsensusStates: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

ClientUpdateProposal

ClientUpdateProposal: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

ConsensusStateWithHeight

ConsensusStateWithHeight: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

Height

Height: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

IdentifiedClientState

IdentifiedClientState: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

Params

Params: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

Const protobufPackage

protobufPackage: "ibc.core.client.v1" = 'ibc.core.client.v1'

Generated using TypeDoc