@bandprotocol/bandchain.js
Version:
Library for interacting with BandChain in browser and Node.js environments
46 lines (38 loc) • 2.26 kB
TypeScript
// package: ibc.applications.interchain_accounts.host.v1
// file: ibc/applications/interchain_accounts/host/v1/query.proto
import * as jspb from "google-protobuf";
import * as google_api_annotations_pb from "../../../../../google/api/annotations_pb";
import * as ibc_applications_interchain_accounts_host_v1_host_pb from "../../../../../ibc/applications/interchain_accounts/host/v1/host_pb";
export class QueryParamsRequest extends jspb.Message {
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): QueryParamsRequest.AsObject;
static toObject(includeInstance: boolean, msg: QueryParamsRequest): QueryParamsRequest.AsObject;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: QueryParamsRequest, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): QueryParamsRequest;
static deserializeBinaryFromReader(message: QueryParamsRequest, reader: jspb.BinaryReader): QueryParamsRequest;
}
export namespace QueryParamsRequest {
export type AsObject = {
}
}
export class QueryParamsResponse extends jspb.Message {
hasParams(): boolean;
clearParams(): void;
getParams(): ibc_applications_interchain_accounts_host_v1_host_pb.Params | undefined;
setParams(value?: ibc_applications_interchain_accounts_host_v1_host_pb.Params): void;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): QueryParamsResponse.AsObject;
static toObject(includeInstance: boolean, msg: QueryParamsResponse): QueryParamsResponse.AsObject;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: QueryParamsResponse, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): QueryParamsResponse;
static deserializeBinaryFromReader(message: QueryParamsResponse, reader: jspb.BinaryReader): QueryParamsResponse;
}
export namespace QueryParamsResponse {
export type AsObject = {
params?: ibc_applications_interchain_accounts_host_v1_host_pb.Params.AsObject,
}
}