Transforms a LazyBid model into a Bid model.
LazyBid
Bid
const bid = await metaplex .auctionHouse() .loadBid({ lazyBid };
Generated using TypeDoc
Transforms a
LazyBid
model into aBid
model.