UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 303 B
import { MPTokenIssuanceSet } from "xrpl"; import { FormattedMPTokenIssuanceSetSpecification } from "../../types/mptokens"; declare function parseMPTokenIssuanceCreate(tx: MPTokenIssuanceSet, nativeCurrency?: string): FormattedMPTokenIssuanceSetSpecification; export default parseMPTokenIssuanceCreate;