@bithomp/xrpl-api
Version:
A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger
10 lines (9 loc) • 398 B
TypeScript
import * as errors from "./errors";
import sha512Half from "./sha512Half";
export * from "./utils";
export { errors, sha512Half };
export declare const MAINNET_NATIVE_CURRENCY = "XRP";
export declare const XAHAU_NATIVE_CURRENCY = "XAH";
export declare const dropsInXRP = 1000000;
export declare const ACCOUNT_ZERO = "rrrrrrrrrrrrrrrrrrrrrhoLvTp";
export declare const BLACKHOLE_ACCOUNTS: string[];