MetaplexNFTPacksProgram.cleanUp constructor
MetaplexNFTPacksProgram.cleanUp({
- required SolAddress packSet,
- required SolAddress packConfig,
Implementation
factory MetaplexNFTPacksProgram.cleanUp({
required SolAddress packSet,
required SolAddress packConfig,
}) {
return MetaplexNFTPacksProgram(
keys: [packSet.toWritable(), packConfig.toWritable()],
programId: MetaplexNFTPacksProgramConst.programId,
layout: const MetaplexNFTPacksCleanUpLayout(),
);
}