goat-systems / go-tezos

Go Tezos Is a Go library that exposes and builds upon the Tezos RPC.
MIT License
71 stars 45 forks source link

Create singular objects for BakingRights and EndorsingRights #163

Closed utdrmac closed 3 years ago

utdrmac commented 3 years ago

If you have multiple rights, the "type" of a singular right is an anonymous struct. This simply allows single elements to have a native type.

DefinitelyNotAGoat commented 3 years ago

I'll add this into V4 before I merge!

DefinitelyNotAGoat commented 3 years ago

Fixed in V4, closing this.