zapproject / zappy

ZapPython
MIT License
2 stars 8 forks source link

Auction House class #84

Open Kaleb47 opened 2 years ago

Kaleb47 commented 2 years ago

Description

Make sure that that the Auctionhouse class and all the other functions corresponding to it are written and tested.

Definition of Done

Resources

Find the architecture here.

kimanikelly commented 2 years ago

Only the createBid, startAuction, setAuctionReservePrice, endAuction, cancelAuction, createAuction functions are public to interact with. The other functions are internal functions call inside the AuctionHouse contract.

Kaleb47 commented 2 years ago

Only the createBid, startAuction, setAuctionReservePrice, endAuction, cancelAuction, createAuction functions are public to interact with. The other functions are internal functions call inside the AuctionHouse contract.

Thank you, I'll modify these