UNPKG

@otmjka/cabal-bot-grpc-client

Version:

a @connectrpc/connect typescript client for https://github.com/CabalSolanaBot/CabalProto

47 lines (46 loc) 1.83 kB
// @generated by protoc-gen-es v2.4.0 with parameter "target=ts" // @generated from file common.proto (package common, syntax proto3) /* eslint-disable */ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1"; /** * Describes the file common.proto. */ export const file_common = /*@__PURE__*/ fileDesc("Cgxjb21tb24ucHJvdG8SBmNvbW1vbiIxCg1Ub2tlbkxhbXBvcnRzEg4KBmFtb3VudBgBIAEoBBIQCghkZWNpbWFscxgCIAEoDSIYCgdEZWNpbWFsEg0KBXZhbHVlGAEgASgJIhwKDFRva2VuQWRkcmVzcxIMCgRtaW50GAEgASgJIiIKDVVuaXhUaW1lc3RhbXASEQoJdGltZXN0YW1wGAEgASgDKh4KCVF1b3RlS2luZBIHCgNTT0wQABIICgRVU0RDEAFiBnByb3RvMw"); /** * Describes the message common.TokenLamports. * Use `create(TokenLamportsSchema)` to create a new message. */ export const TokenLamportsSchema = /*@__PURE__*/ messageDesc(file_common, 0); /** * Describes the message common.Decimal. * Use `create(DecimalSchema)` to create a new message. */ export const DecimalSchema = /*@__PURE__*/ messageDesc(file_common, 1); /** * Describes the message common.TokenAddress. * Use `create(TokenAddressSchema)` to create a new message. */ export const TokenAddressSchema = /*@__PURE__*/ messageDesc(file_common, 2); /** * Describes the message common.UnixTimestamp. * Use `create(UnixTimestampSchema)` to create a new message. */ export const UnixTimestampSchema = /*@__PURE__*/ messageDesc(file_common, 3); /** * @generated from enum common.QuoteKind */ export var QuoteKind; (function (QuoteKind) { /** * @generated from enum value: SOL = 0; */ QuoteKind[QuoteKind["SOL"] = 0] = "SOL"; /** * @generated from enum value: USDC = 1; */ QuoteKind[QuoteKind["USDC"] = 1] = "USDC"; })(QuoteKind || (QuoteKind = {})); /** * Describes the enum common.QuoteKind. */ export const QuoteKindSchema = /*@__PURE__*/ enumDesc(file_common, 0);