Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2024 Changes in this version + func TraceHandler(h http.Handler, name string, tracer trace.Tracer) http.Handler + type EmptyReply struct + type Encoding struct + Encoding formatting.Encoding + 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 uint64 + type GetBlockResponse struct + Block interface{} + Encoding formatting.Encoding + type GetHeightResponse struct + Height json.Uint64 + type GetTxArgs struct + Encoding formatting.Encoding + TxID ids.ID + type GetTxReply struct + Encoding formatting.Encoding + Tx interface{} + type GetUTXOsArgs struct + Addresses []string + Encoding formatting.Encoding + Limit json.Uint32 + SourceChain string + StartIndex Index + type GetUTXOsReply struct + Encoding formatting.Encoding + EndIndex Index + NumFetched json.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 + Signer []string + type JSONSpendHeader struct + type JSONTxID struct + TxID ids.ID + type JSONTxIDChangeAddr struct + type UserPass struct + Password string + Username string