Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • NftOptions

Index

Constructors

Properties

Methods

Constructors

constructor

  • new NftOptions(issuer: ChainObject, maxSupply: number, fixedMaxSupply: boolean, description: string): NftOptions

Properties

description

description: string

fixedMaxSupply

fixedMaxSupply: boolean

issuer

issuer: ChainObject

maxSupply

maxSupply: number

Methods

Private eq

update

  • update(maxSupply?: undefined | number, fixedMaxSupply?: undefined | false | true, description?: undefined | string): NftOptions
  • Parameters

    • Optional maxSupply: undefined | number
    • Optional fixedMaxSupply: undefined | false | true
    • Optional description: undefined | string

    Returns NftOptions

Generated using TypeDoc