UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 264 B
import { EscrowCreate } from "xrpl"; import { FormattedEscrowCreateSpecification } from "../../types/escrows"; declare function parseEscrowCreation(tx: EscrowCreate, nativeCurrency?: string): FormattedEscrowCreateSpecification; export default parseEscrowCreation;