IRISxiaowang / substrate-bank

MIT No Attribution
0 stars 0 forks source link

Add a RPC that returns current Auctions #64

Open syan095 opened 8 months ago

syan095 commented 8 months ago

Add a rpc call that returns data related to current auctions. An optional auction ID is required. If Some(id), information about the specific ID is returned (such as ending block, highest bidding price, item ID) Id None, all Auctions information is returned.