UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 278 B
import { XrplDefinitionsBase } from "ripple-binary-codec"; import { FormattedBatchSpecification } from "../../types/batch"; declare function parseBatch(tx: any, nativeCurrency?: string, definitions?: XrplDefinitionsBase): FormattedBatchSpecification; export default parseBatch;