CreateOnlyPluginArgsV2: {
    type: "PermanentFreezeDelegate";
} & PermanentFreezeDelegateArgs | {
    type: "PermanentTransferDelegate";
} | {
    type: "PermanentBurnDelegate";
} | {
    type: "Edition";
} & EditionArgs | {
    type: "BubblegumV2";
} | {
    type: "PermanentFreezeExecute";
} & PermanentFreezeExecuteArgs

Generated using TypeDoc