@lelantos-org/sdk / x402 / ShieldedExactOptions
Interface: ShieldedExactOptions โ
Defined in: @lelantos-org/sdk/dist/x402/shielded.d.ts:16
Properties โ
autoConsolidate? โ
ts
optional autoConsolidate?: boolean;Defined in: @lelantos-org/sdk/dist/x402/shielded.d.ts:22
Self-spend to make a payable note when no 2-note cover exists. Default true.
minTimeoutSeconds? โ
ts
optional minTimeoutSeconds?: number;Defined in: @lelantos-org/sdk/dist/x402/shielded.d.ts:20
Reject requirements whose window is shorter than this. Default 20.
onPhase? โ
ts
optional onPhase?: OnPhase<SpendPhase>;Defined in: @lelantos-org/sdk/dist/x402/shielded.d.ts:18
Forwarded to wallet.transfer โ "proving" is the multi-second phase.