Expand description
JSON deserialization types matching the Go chain’s REST API responses.
The chain uses encoding/json.Marshal on protobuf-generated types, so:
- Field names are snake_case (from proto
jsontags) []bytefields are base64-encoded stringsuint64fields are JSON numbersomitemptymeans zero/nil fields may be absent
Enums§
- Parse
Error - Errors from parsing chain JSON responses into domain types.