Type alias CollectionPluginAuthorityPairArgsV2

CollectionPluginAuthorityPairArgsV2: {
    authority?: undefined | PluginAuthority;
    type: "AddBlocker" | "Attributes" | "Royalties" | "UpdateDelegate" | "PermanentFreezeDelegate" | "PermanentTransferDelegate" | "PermanentBurnDelegate" | "Edition" | "MasterEdition" | "ImmutableMetadata" | "VerifiedCreators";
}

Type declaration

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

Generated using TypeDoc