MetaplexTokenMetaDataUpdateAsUpdateAuthorityV2Layout constructor

const MetaplexTokenMetaDataUpdateAsUpdateAuthorityV2Layout({
  1. SolAddress? newUpdateAuthority,
  2. MetaDataData? data,
  3. bool? primarySaleHappened,
  4. bool? isMutable,
  5. required CollectionToggle collection,
  6. required CollectionDetailsToggle collectionDetails,
  7. required UsesToggle uses,
  8. required RuleSetToggle ruleSet,
  9. MetaDataTokenStandard? tokenStandard,
  10. Payload? authorizationData,
})

Implementation

const MetaplexTokenMetaDataUpdateAsUpdateAuthorityV2Layout(
    {this.newUpdateAuthority,
    this.data,
    this.primarySaleHappened,
    this.isMutable,
    required this.collection,
    required this.collectionDetails,
    required this.uses,
    required this.ruleSet,
    this.tokenStandard,
    this.authorizationData});