Skip to content

@armada/sdk / index / ReconstructHistoryInput

Interface: ReconstructHistoryInput

Defined in: src/sync/history.ts:157

Properties

ownedTxos

readonly ownedTxos: readonly TXO[]

Defined in: src/sync/history.ts:158


spentNullifiers

readonly spentNullifiers: readonly SpentNullifier[]

Defined in: src/sync/history.ts:159


unshields

readonly unshields: readonly DecodedUnshield[]

Defined in: src/sync/history.ts:160


sentOutputs

readonly sentOutputs: readonly SentOutput[]

Defined in: src/sync/history.ts:162

Notes the wallet authored (recovered sender-side) — recipient/fee detail of its own sends.


nullifyingKey

readonly nullifyingKey: bigint

Defined in: src/sync/history.ts:163


usdcHash

readonly usdcHash: string

Defined in: src/sync/history.ts:165

Canonical 32-byte hash (no 0x) of the tracked token (USDC).


usdcAddress

readonly usdcAddress: `0x${string}`

Defined in: src/sync/history.ts:166


yieldAdapterAddress?

readonly optional yieldAdapterAddress?: string

Defined in: src/sync/history.ts:168

Yield adapter address (lowercased-compared); an unshield to it marks a yield op.