UNPKG

@provenanceio/wallet-utils

Version:

Typescript Utilities for Provenance Blockchain Wallet

34 lines (28 loc) 1.31 kB
// package: ibc.applications.interchain_accounts.host.v1 // file: ibc/applications/interchain_accounts/host/v1/host.proto /* tslint:disable */ /* eslint-disable */ 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): Params; clearAllowMessagesList(): void; getAllowMessagesList(): Array<string>; setAllowMessagesList(value: Array<string>): Params; 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>, } }