BEAM·v0.1.1·MACOS · LINUX·SHA-256 VERIFIED

privacy incoming

List or watch private transfers sent to your private address.

List

$ beam --chain payy-testnet privacy incoming list \
  [--from-block <n>] [--to-block <n>] [--include-spent]

Lists private transfers that target your private address.

  • --from-block <n> / --to-block <n> — restrict the scan range.
  • --include-spent — also show already-claimed entries.

Watch

$ beam --chain payy-testnet privacy incoming watch \
  [--from-block <n>] [--include-spent]

Streams new incoming transfers as they appear, resuming from the last persisted scan cursor.

Ctrl-C exits watch cleanly without losing progress — the cursor is persisted so the next run picks up where this one left off.

Output

Each incoming entry includes an incoming-id that can be passed straight to beam privacy claim.

--format json emits the structured per-entry record (sender private address, token, amount, status, block).

Resume cache

Scan cursors and incoming summaries live in ~/.beam/privacy-state.json. The file is a resume cache, not the authority — Beam revalidates the live bridge state before treating a balance as spendable. See privacy state for repair/reset commands.