Open ryanschneider opened 1 year ago
https://github.com/INFURA/go-ethlibs/blob/8b8f17d4be4af806fac72f61bfd6132285767829/eth/transaction.go#L33
We should either make it *Quantity or perhaps support omitempty on Quantity fields, not sure which is better yet, probably *Quantity is more correct but is a breaking change.
*Quantity
omitempty
Quantity
https://github.com/INFURA/go-ethlibs/blob/8b8f17d4be4af806fac72f61bfd6132285767829/eth/transaction.go#L33
We should either make it
*Quantity
or perhaps supportomitempty
onQuantity
fields, not sure which is better yet, probably*Quantity
is more correct but is a breaking change.