Transforms a LazyPurchase model into a Purchase model.
LazyPurchase
Purchase
const purchase = await metaplex .auctionHouse() .loadPurchase({ lazyPurchase };
Generated using TypeDoc
Transforms a
LazyPurchase
model into aPurchase
model.