If range is set to true then heights has to have two values: the beginning and the end of the range.
If include_miner_txs is set to false, it omits coinbase transactions.
If exclude_signatures is set to true it omits ring signatures in transactions, to save traffic as they are large and not needed.
This one is intended to use with a web/lite wallet to speed up its sync by faster-returning transactions.
Request example:
If
range
is set totrue
thenheights
has to have two values: the beginning and the end of the range. Ifinclude_miner_txs
is set tofalse
, it omits coinbase transactions. Ifexclude_signatures
is set totrue
it omits ring signatures in transactions, to save traffic as they are large and not needed.