The shared programmatic-transaction runner — the single place where
confirm → (fee cap / callback) → broadcast lives.
Every typed one-call method (demos.run.pay, demos.run.attest.*,
demos.run.tokens.*, …) builds/signs its transaction and hands it here,
so confirmation policy and result shape are uniform across the SDK.
The shared programmatic-transaction runner — the single place where
confirm → (fee cap / callback) → broadcastlives.Every typed one-call method (
demos.run.pay,demos.run.attest.*,demos.run.tokens.*, …) builds/signs its transaction and hands it here, so confirmation policy and result shape are uniform across the SDK.