Versions in this module Expand all Collapse all v0 v0.0.2 Jan 9, 2026 Changes in this version + type FormattedBlock struct + Block string + Encoding formatting.Encoding + type FormattedTx struct + Encoding formatting.Encoding + Tx string + type GetBlockArgs struct + BlockID ids.ID + Encoding formatting.Encoding + type GetBlockByHeightArgs struct + Encoding formatting.Encoding + Height avajson.Uint64 + type GetBlockResponse struct + Block json.RawMessage + Encoding formatting.Encoding + type GetHeightResponse struct + Height avajson.Uint64 + type GetTxArgs struct + Encoding formatting.Encoding + TxID ids.ID + type GetTxReply struct + Encoding formatting.Encoding + Tx json.RawMessage + type GetUTXOsArgs struct + Addresses []string + Encoding formatting.Encoding + Limit avajson.Uint32 + SourceChain string + StartIndex Index + type Index struct + Address string + UTXO string + type JSONAddress struct + Address string + type JSONAddresses struct + Addresses []string + type JSONTxID struct + TxID ids.ID + type UserPass struct + Password string + Username string v0.0.1 Jan 8, 2026 Changes in this version + type EmptyReply struct