utxo claim. The scan does not submit any transactions.
Options
| Flag | Default | Description |
|---|---|---|
--tree <n> | 0 | First Merkle tree index to scan |
--end-tree <n> | Same as --tree | Last Merkle tree index to scan (inclusive) |
--all-trees | false | Scan all trees starting from --tree until no more are found |
--start <n> | 0 | Start insertion index within the first tree (inclusive) |
--end <n> | End of tree | End insertion index within each tree (inclusive) |
--page-size <n> | Entire range | Insertion indices to cover per indexer request |
Examples
Output
| Category | Description |
|---|---|
| Self-claimable (encrypted) | You created these UTXOs from your encrypted balance |
| Self-claimable (public) | You created these UTXOs from your public ATA |
| Received (encrypted) | Another user sent these to you (encrypted) |
| Received (public) | Another user sent these to you (public) |
Next scan start values tell you where to resume the next scan to avoid re-scanning already-covered indices.
Prerequisites
umbra initwith--indexer-endpointconfigured.umbra registermust have been run.