Type alias CollectionAddablePluginAuthorityPairArgsV2

CollectionAddablePluginAuthorityPairArgsV2: {
    authority?: undefined | PluginAuthority;
    type: "AddBlocker" | "Attributes" | "Royalties" | "UpdateDelegate" | "MasterEdition" | "ImmutableMetadata" | "VerifiedCreators";
}

Type declaration

  • Optional authority?: undefined | PluginAuthority
  • type: "AddBlocker" | "Attributes" | "Royalties" | "UpdateDelegate" | "MasterEdition" | "ImmutableMetadata" | "VerifiedCreators"

Generated using TypeDoc