UNPKG

@bithomp/xrpl-api

Version:

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

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