aeternity/aeternal

Add an endpoint that returns expiration by auction name

Opened this issue · 2 comments

Also, this data can be added to the output of getNameAuctionsBidsbyName endpoint

Looks ok, except that precision can be loosed on parsing because name_fee encoded as Number, but winning_bid is String. They are not equal after parsing.

Also, can you add this endpoint to swagger file?