Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + func TraceHandler(h http.Handler, name string, tracer trace.Tracer) http.Handler + type EmptyReply struct + 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 GetUTXOsReply struct + Encoding formatting.Encoding + EndIndex Index + NumFetched avajson.Uint64 + UTXOs []string + type Index struct + Address string + UTXO string + type JSONAddress struct + Address string + type JSONAddresses struct + Addresses []string + type JSONChangeAddr struct + ChangeAddr string + type JSONFromAddrs struct + From []string + type JSONSpendHeader struct + type JSONTxID struct + TxID ids.ID + type JSONTxIDChangeAddr struct + type UserPass struct + Password string + Username string