Open Rjected opened 5 years ago
Need to figure out a better way for encoding/decoding. Right now we only really need to decode one thing from bytes, AuctionOrder, but it's good practice to have a standard way to encode and decode various things we might want to send over the wire.
Need to figure out a better way for encoding/decoding. Right now we only really need to decode one thing from bytes, AuctionOrder, but it's good practice to have a standard way to encode and decode various things we might want to send over the wire.