@hubbleprotocol/hubble-sdk
Version:
Hubble Protocol client SDK
39 lines (38 loc) • 1.87 kB
TypeScript
import Decimal from 'decimal.js';
export declare const LAMPORTS_PER_SOL = 1000000000;
export declare const LAMPORTS_PER_MSOL = 1000000000;
export declare const LAMPORTS_PER_DAOSOL = 1000000000;
export declare const LAMPORTS_PER_STSOL = 1000000000;
export declare const LAMPORTS_PER_SCNSOL = 1000000000;
export declare const LAMPORTS_PER_SSOL = 1000000000;
export declare const DECIMALS_ETH = 100000000;
export declare const DECIMALS_BTC = 1000000;
export declare const DECIMALS_FTT = 1000000;
export declare const DECIMALS_RAY = 1000000;
export declare const DECIMALS_SRM = 1000000;
export declare const DECIMALS_WSTETH = 100000000;
export declare const DECIMALS_LDO = 100000000;
export declare const DECIMALS_USDC = 1000000;
export declare const DECIMALS_JSOL = 1000000000;
export declare const DECIMALS_SCNSOL = 1000000000;
export declare const DECIMALS_USDT = 1000000;
export declare const DECIMALS_CSOL = 1000000000;
export declare const DECIMALS_CETH = 100000000;
export declare const DECIMALS_CBTC = 1000000;
export declare const DECIMALS_CSRM = 1000000;
export declare const DECIMALS_CRAY = 1000000;
export declare const DECIMALS_CFTT = 1000000;
export declare const DECIMALS_CMSOL = 1000000000;
export declare const DECIMALS_CSTSOL = 1000000000;
export declare const DECIMALS_CUSDC = 1000000;
export declare const DECIMALS_CSLND = 1000000;
export declare const DECIMALS_CORCA = 1000000;
export declare const DECIMALS_KUSDHUSDCORCA = 1000000;
export declare const DECIMALS_KUSDCUSDTORCA = 1000000;
export declare const DECIMALS_KSTSOLSOLORCA = 1000000000;
export declare const DECIMALS_KUSHUSDCORCA = 1000000000;
export declare const HBB_DECIMALS = 1000000;
export declare const STABLECOIN_DECIMALS = 1000000;
export declare const SCALE_FACTOR = 1000000000;
export declare const DECIMAL_FACTOR: Decimal;
export declare const EPOCH_TO_SCALE_TO_SUM_TOKENS = 24;