UNPKG

@bithomp/xrpl-api

Version:

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

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