@armada/sdk / wallet / SpendSignRequest
Interface: SpendSignRequest
Defined in: src/wallet/index.ts:16
A fully-bound spend intent handed to the signer. message is the pinned poseidon digest (§2); context (a SpendIntentContext) carries everything needed to inspect/gate the intent — decoded adapt calldata AND the output ciphertexts — so a signer can recompute message via computeSpendIntentDigest(context) and refuse a digest that doesn't match the context it approved.
Properties
message
readonlymessage:bigint
Defined in: src/wallet/index.ts:17
context
readonlycontext:SpendIntentContext
Defined in: src/wallet/index.ts:18