@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
31 lines (30 loc) • 800 B
TypeScript
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* A blockchain that a given currency is available on.
* @export
* @enum {string}
*/
export declare const Chain: {
readonly Algo: "ALGO";
readonly Arb: "ARB";
readonly Avax: "AVAX";
readonly Base: "BASE";
readonly Btc: "BTC";
readonly Celo: "CELO";
readonly Eth: "ETH";
readonly Flow: "FLOW";
readonly Hbar: "HBAR";
readonly Near: "NEAR";
readonly Noble: "NOBLE";
readonly Op: "OP";
readonly Pah: "PAH";
readonly Poly: "POLY";
readonly Sol: "SOL";
readonly Trx: "TRX";
readonly Xlm: "XLM";
};
export declare type Chain = typeof Chain[keyof typeof Chain];