UNPKG

@bithomp/xrpl-api

Version:

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

13 lines (12 loc) 218 B
export type Memo = { Memo: { MemoData?: string; MemoType?: string; MemoFormat?: string; }; }; export type FormattedMemo = { type?: string; format?: string; data?: string; };