You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bloxid.V0 has all private fields and so can't be marshaled/unmarshaled into json when using it as part of a struct.
Implementing MarshalJSON and UnmarshalJSON for it should fix the issue