UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 285 B
import { MPTokenAuthorize } from "xrpl"; import { FormattedMPTokenAuthorizeSpecification } from "../../types/mptokens"; declare function parseMPTokenAuthorize(tx: MPTokenAuthorize, nativeCurrency?: string): FormattedMPTokenAuthorizeSpecification; export default parseMPTokenAuthorize;