// package: ibc.core.connection.v1 // file: ibc/core/connection/v1/genesis.proto /* tslint:disable */ /* eslint-disable */ import * as jspb from "google-protobuf"; import * as gogoproto_gogo_pb from "../../../../gogoproto/gogo_pb"; import * as ibc_core_connection_v1_connection_pb from "../../../../ibc/core/connection/v1/connection_pb"; export class GenesisState extends jspb.Message { clearConnectionsList(): void; getConnectionsList(): Array; setConnectionsList(value: Array): GenesisState; addConnections(value?: ibc_core_connection_v1_connection_pb.IdentifiedConnection, index?: number): ibc_core_connection_v1_connection_pb.IdentifiedConnection; clearClientConnectionPathsList(): void; getClientConnectionPathsList(): Array; setClientConnectionPathsList(value: Array): GenesisState; addClientConnectionPaths(value?: ibc_core_connection_v1_connection_pb.ConnectionPaths, index?: number): ibc_core_connection_v1_connection_pb.ConnectionPaths; getNextConnectionSequence(): number; setNextConnectionSequence(value: number): GenesisState; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): GenesisState.AsObject; static toObject(includeInstance: boolean, msg: GenesisState): GenesisState.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: GenesisState, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): GenesisState; static deserializeBinaryFromReader(message: GenesisState, reader: jspb.BinaryReader): GenesisState; } export namespace GenesisState { export type AsObject = { connectionsList: Array, clientConnectionPathsList: Array, nextConnectionSequence: number, } }