Skip to main content

Module types

Module types 

Source
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 json tags)
  • []byte fields are base64-encoded strings
  • uint64 fields are JSON numbers
  • omitempty means zero/nil fields may be absent

Enums§

ParseError
Errors from parsing chain JSON responses into domain types.