UNPKG

@bithomp/xrpl-api

Version:

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

4 lines (3 loc) 187 B
declare function parseTransactionType(type: any): any; declare function parseTransaction(tx: any, includeRawTransaction: boolean): any; export { parseTransactionType, parseTransaction };