UNPKG

@bithomp/xrpl-api

Version:

A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger

10 lines (9 loc) 219 B
declare class XrplApiError extends Error { name: string; message: string; data?: any; constructor(message?: string, data?: any); toString(): string; inspect(): string; } export { XrplApiError };