MetaplexAuctionHouseProgramUtils class
Constructors
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
-
auctioneerPDA(
{required SolAddress auctionHouse, required SolAddress auctioneerAuthority}) → ProgramDerivedAddress - Finds the Auctioneer PDA of an Auction House
-
auctionHousePDA(
{required SolAddress creator, required SolAddress treasuryMint}) → ProgramDerivedAddress - Finds the Auction House PDA for a creator and treasury
-
feeAcountPDA(
{required SolAddress auctionHouse}) → ProgramDerivedAddress - Finds the PDA of an Auction House's fee account.
-
treasury(
{required SolAddress auctionHouse}) → ProgramDerivedAddress - Finds the PDA of an Auction House's treasury account.