The return type for the avax.getUTXOs method.
avax.getUTXOs
The number of UTXOs fetched in this response.
The list of UTXOs fetched, where each UTXO references at least one address from the input addresses.
The end index of the UTXOs fetched. Used for pagination - to get the next set of UTXOs, use this value as startIndex in the next call.
The return type for the
avax.getUTXOs
method.Param: numFetched
The number of UTXOs fetched in this response.
Param: utxos
The list of UTXOs fetched, where each UTXO references at least one address from the input addresses.
Param: endIndex
The end index of the UTXOs fetched. Used for pagination - to get the next set of UTXOs, use this value as startIndex in the next call.