@bandprotocol/bandchain.js
Version:
Library for interacting with BandChain in browser and Node.js environments
29 lines (23 loc) • 1.24 kB
TypeScript
// package: cosmos.evidence.v1beta1
// file: cosmos/evidence/v1beta1/genesis.proto
import * as jspb from "google-protobuf";
import * as google_protobuf_any_pb from "google-protobuf/google/protobuf/any_pb";
export class GenesisState extends jspb.Message {
clearEvidenceList(): void;
getEvidenceList(): Array<google_protobuf_any_pb.Any>;
setEvidenceList(value: Array<google_protobuf_any_pb.Any>): void;
addEvidence(value?: google_protobuf_any_pb.Any, index?: number): google_protobuf_any_pb.Any;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): GenesisState.AsObject;
static toObject(includeInstance: boolean, msg: GenesisState): GenesisState.AsObject;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
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 = {
evidenceList: Array<google_protobuf_any_pb.Any.AsObject>,
}
}