@armada/sdk / index / WitnessOutputRequest
Interface: WitnessOutputRequest
Defined in: src/tx/witness.ts:94
An output note to create, in emit order (broadcaster fee FIRST per Spike 2, then recipients, then change).
Properties
receiverAddress
readonlyreceiverAddress:string
Defined in: src/tx/witness.ts:95
value
readonlyvalue:bigint
Defined in: src/tx/witness.ts:96
memo?
readonlyoptionalmemo?:string
Defined in: src/tx/witness.ts:97
outputType?
readonlyoptionaloutputType?:OutputType
Defined in: src/tx/witness.ts:103
How the AUTHOR classifies this output (default Transfer). It is carried in the note's annotation data, encrypted to the author's own viewing key, and is the only way the sender can later tell a recipient transfer from the broadcaster fee and its own change when reconstructing send history.