UNPKG

@bithomp/xrpl-api

Version:

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

4 lines (3 loc) 141 B
import { Memo } from "../../common/types/objects"; declare function parseMemos(tx: any): Array<Memo> | undefined; export default parseMemos;