Interface MPTokenAuthorizeFlagsInterface

Map of flags to boolean values representing MPTokenAuthorize transaction flags.

interface MPTokenAuthorizeFlagsInterface {
    tfMPTUnauthorize?: boolean;
}

Hierarchy

  • GlobalFlags
    • MPTokenAuthorizeFlagsInterface

Properties

tfMPTUnauthorize?: boolean