Skip to content

@armada/sdk / index / WitnessInput

Interface: WitnessInput

Defined in: src/tx/witness.ts:86

A note being spent: its random/value, tree position (leaf index), and merkle path elements.

Properties

random

readonly random: string

Defined in: src/tx/witness.ts:87


value

readonly value: bigint

Defined in: src/tx/witness.ts:88


position

readonly position: number

Defined in: src/tx/witness.ts:89


merkleProofElements

readonly merkleProofElements: readonly bigint[]

Defined in: src/tx/witness.ts:90