Skip to content

getAllAuctions

To get all auctions and their details.

return an Array of all auction details.

Usage

getAllAuctions();

Example

const allAuctions = await bauctionInstance.getAllAuctions(); //returns array of all auctions.