UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 170 B
import { FormattedBaseSpecification } from "./specification"; export type FormattedTicketCreateSpecification = { ticketCount: number; } & FormattedBaseSpecification;