Type alias RevokeCollectionPluginAuthorityArgs
Revoke
Collection
Plugin
Authority
Args
: { authority
?: undefined | Signer; collection
: PublicKey<string> | Pda<string, number>; logWrapper
?: undefined | PublicKey<string> | Pda<string, number>; payer
?: undefined | Signer; plugin
: { type
: "AddBlocker" | "Attributes" | "Autograph" | "BurnDelegate" | "Royalties" | "FreezeDelegate" | "TransferDelegate" | "UpdateDelegate" | "PermanentFreezeDelegate" | "PermanentTransferDelegate" | "PermanentBurnDelegate" | "Edition" | "MasterEdition" | "ImmutableMetadata" | "VerifiedCreators"; }; systemProgram
?: undefined | PublicKey<string> | Pda<string, number>; }
Type declaration
-
Optional
authority?: undefined | Signer
-
collection: PublicKey<string> | Pda<string, number>
-
Optional
logWrapper?: undefined | PublicKey<string> | Pda<string, number>
-
Optional
payer?: undefined | Signer
-
plugin: {
type: "AddBlocker" | "Attributes" | "Autograph" | "BurnDelegate" | "Royalties" | "FreezeDelegate" | "TransferDelegate" | "UpdateDelegate" | "PermanentFreezeDelegate" | "PermanentTransferDelegate" | "PermanentBurnDelegate" | "Edition" | "MasterEdition" | "ImmutableMetadata" | "VerifiedCreators";
}
-
type: "AddBlocker" | "Attributes" | "Autograph" | "BurnDelegate" | "Royalties" | "FreezeDelegate" | "TransferDelegate" | "UpdateDelegate" | "PermanentFreezeDelegate" | "PermanentTransferDelegate" | "PermanentBurnDelegate" | "Edition" | "MasterEdition" | "ImmutableMetadata" | "VerifiedCreators"
-
Optional
systemProgram?: undefined | PublicKey<string> | Pda<string, number>
The owner or delegate of the asset