UNPKG

@bithomp/xrpl-api

Version:

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

7 lines (6 loc) 199 B
export type FormattedDepositPreauth = { authorize: string; unauthorize: string; }; declare function parseDepositPreauth(tx: any): FormattedDepositPreauth; export default parseDepositPreauth;