Skip to main content

NFTAdminAllowFlags

Contains flags for the admin contract related to the NFT collection permissions.

Hierarchy

  • any
    • NFTAdminAllowFlags

Index

Constructors

Methods

Constructors

constructor

  • Returns NFTAdminAllowFlags

Methods

pack

  • pack(): UInt8
  • Packs the NFTAdminAllowFlags into a UInt8 representation for efficient storage.


    Returns UInt8

    The packed UInt8 instance.

staticunpack

  • Unpacks a UInt8 instance into a NFTAdminAllowFlags instance.


    Parameters

    • packed: UInt8

      The packed UInt8 instance.

    Returns NFTAdminAllowFlags

    A new NFTAdminAllowFlags instance.

Page Options