UNPKG

@routerprotocol/chain-api

Version:

Router Chain API Query client with generated gRPC bindings.

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