UNPKG

@bithomp/xrpl-api

Version:

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

11 lines (10 loc) 213 B
export interface LedgerData { ledger_index: string; ledger_hash: string; marker: string; state: ({ data?: string; LedgerEntryType?: string; index: string; } & any)[]; }