UNPKG

@bithomp/xrpl-api

Version:

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

10 lines (9 loc) 232 B
import { AccountOffer } from "xrpl"; export interface AccountOffers { account: string; offers?: AccountOffer[]; ledger_current_index?: number; ledger_index?: number; ledger_hash?: string; marker?: unknown; }