xrpl
    Preparing search index...

    Function parseMPTokenIssuanceImmutableFlags

    • Convert the ImmutableFlags field of an MPTokenIssuance ledger object into a typed boolean view of the lsifMPT* immutability flags (XLS-94D).

      Parameters

      • flags: number | undefined

        The numeric value of MPTokenIssuance.ImmutableFlags. This field is absent (equivalent to 0) on issuances where nothing has been made immutable and on pre-amendment objects, in which case an empty interface is returned.

      Returns MPTokenIssuanceImmutableFlagsInterface

      An interface with each set lsifMPT* flag as true.