MasterEditionPlugin: {
    authority: PluginAuthority;
    maxSupply: undefined | number;
    name: undefined | string;
    offset?: undefined | bigint;
    uri: undefined | string;
}

Type declaration

  • authority: PluginAuthority
  • maxSupply: undefined | number
  • name: undefined | string
  • Optional offset?: undefined | bigint
  • uri: undefined | string

Generated using TypeDoc