xrpl
    Preparing search index...

    Interface MPTokenAuthorizeFlagsInterface

    Map of flags to boolean values representing MPTokenAuthorize transaction flags.

    interface MPTokenAuthorizeFlagsInterface {
        tfInnerBatchTxn?: boolean;
        tfMPTUnauthorize?: boolean;
    }

    Hierarchy

    • GlobalFlagsInterface
      • MPTokenAuthorizeFlagsInterface
    Index

    Properties

    tfInnerBatchTxn?: boolean
    tfMPTUnauthorize?: boolean