UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 260 B
import { TicketCreate } from "xrpl"; import { FormattedTicketCreateSpecification } from "../../types/tickets"; declare function parseTicketCreate(tx: TicketCreate, nativeCurrency?: string): FormattedTicketCreateSpecification; export default parseTicketCreate;