MetaplexCandyMachineProgramUtils class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

findAllocationTrackerPda({required int id, required SolAddress candyGuard, required SolAddress candyMachine, SolAddress programId = MetaplexCandyMachineCoreProgramConst.candyGuardProgramId}) ProgramDerivedAddress
findAllowListProofPda({required List<int> merkleRoot, required SolAddress user, required SolAddress candyGuard, required SolAddress candyMachine, SolAddress programId = MetaplexCandyMachineCoreProgramConst.candyGuardProgramId}) ProgramDerivedAddress
findCandyGuardPda({required SolAddress base, SolAddress programId = MetaplexCandyMachineCoreProgramConst.candyGuardProgramId}) ProgramDerivedAddress
findFreezeEscrowPda({required SolAddress destination, required SolAddress candyGuard, required SolAddress candyMachine, SolAddress programId = MetaplexCandyMachineCoreProgramConst.candyGuardProgramId}) ProgramDerivedAddress
findMintCounterPda({required int id, required SolAddress user, required SolAddress candyGuard, required SolAddress candyMachine, SolAddress programId = MetaplexCandyMachineCoreProgramConst.candyGuardProgramId}) ProgramDerivedAddress