@routerprotocol/chain-api
Version:
Router Chain API Query client with generated gRPC bindings.
33 lines (26 loc) • 1.22 kB
TypeScript
// package: ibc.applications.interchain_accounts.host.v1
// file: ibc/applications/interchain_accounts/host/v1/host.proto
import * as jspb from "google-protobuf";
import * as gogoproto_gogo_pb from "../../../../../gogoproto/gogo_pb";
export class Params extends jspb.Message {
getHostEnabled(): boolean;
setHostEnabled(value: boolean): void;
clearAllowMessagesList(): void;
getAllowMessagesList(): Array<string>;
setAllowMessagesList(value: Array<string>): void;
addAllowMessages(value: string, index?: number): string;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): Params.AsObject;
static toObject(includeInstance: boolean, msg: Params): Params.AsObject;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: Params, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): Params;
static deserializeBinaryFromReader(message: Params, reader: jspb.BinaryReader): Params;
}
export namespace Params {
export type AsObject = {
hostEnabled: boolean,
allowMessagesList: Array<string>,
}
}