Function pluginKeyToPluginType
- pluginKeyToPluginType(pluginKey: "freezeDelegate" | "burnDelegate" | "transferDelegate" | "edition" | keyof CommonPluginsList | "masterEdition"): "AddBlocker" | "Attributes" | "Autograph" | "BurnDelegate" | "Royalties" | "FreezeDelegate" | "TransferDelegate" | "UpdateDelegate" | "PermanentFreezeDelegate" | "PermanentTransferDelegate" | "PermanentBurnDelegate" | "Edition" | "MasterEdition" | "ImmutableMetadata" | "VerifiedCreators"
-
Parameters
-
pluginKey: "freezeDelegate" | "burnDelegate" | "transferDelegate" | "edition" | keyof CommonPluginsList | "masterEdition"
Returns "AddBlocker" | "Attributes" | "Autograph" | "BurnDelegate" | "Royalties" | "FreezeDelegate" | "TransferDelegate" | "UpdateDelegate" | "PermanentFreezeDelegate" | "PermanentTransferDelegate" | "PermanentBurnDelegate" | "Edition" | "MasterEdition" | "ImmutableMetadata" | "VerifiedCreators"