Type alias CollectionAddablePluginAuthorityPairArgsV2

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

Type declaration

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

Generated using TypeDoc