getMyAuctionCount
Returns count of auctions created by authenticated user.
Usage:
getMyAuctionCount();
Example
const count = await bauctionInstance.getMyAuctionCount(); //returns auction count
Returns count of auctions created by authenticated user.
getMyAuctionCount();
const count = await bauctionInstance.getMyAuctionCount(); //returns auction count