@xchainjs/xchain-binance
Version:
Custom Binance client and utilities used by XChainJS clients
18 lines (17 loc) • 562 B
TypeScript
import { Asset } from '@xchainjs/xchain-util';
/**
* Chain identifier for BNB.
* This constant represents the identifier for the Binance Chain.
*/
export declare const BNBChain: "BNB";
/**
* Base "chain" asset of Binance chain.
* This constant represents the base asset of the Binance Chain.
* It includes information about the chain, symbol, ticker, and whether it's synthetic or not.
*/
export declare const AssetBNB: Asset;
/**
* Asset Decimal.
* This constant represents the decimal precision used for BNB.
*/
export declare const BNB_DECIMAL = 8;