UNPKG

@routerprotocol/chain-api

Version:

Router Chain API Query client with generated gRPC bindings.

30 lines (23 loc) 910 B
// package: ethermint.evm.v1 // file: ethermint/evm/v1/state.proto import * as jspb from "google-protobuf"; export class State extends jspb.Message { getKey(): string; setKey(value: string): void; getValue(): string; setValue(value: string): void; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): State.AsObject; static toObject(includeInstance: boolean, msg: State): State.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>}; static serializeBinaryToWriter(message: State, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): State; static deserializeBinaryFromReader(message: State, reader: jspb.BinaryReader): State; } export namespace State { export type AsObject = { key: string, value: string, } }