UNPKG

@kraken-crypto/ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

8 lines (7 loc) 259 B
import { Any } from "./google/protobuf/any.js"; export declare const registry: Record<string, any>; export interface EncodeObject { readonly typeUrl: string; readonly value: any; } export declare function encodeAsAny(encodeObject: EncodeObject): Any;