Sign and submit a storage program, end to end.
The storage program payload to sign (must carry a
storageAddress).
Optionalopts: ProgrammaticTxOptionsFee ceiling / confirmation strategy / wait behaviour.
Store binary data on the blockchain, end to end.
The binary data to store in the sender's account.
Optionalopts: ProgrammaticTxOptionsFee ceiling / confirmation strategy / wait behaviour.
On-chain storage as one-call programmatic transactions.
Wraps Demos.store and Demos.storagePrograms so persisting binary data or signing a storage program collapses the classic
build/sign → confirm → broadcastflow into a single call. Each builder here returns a SIGNED transaction; the method hands a thunk producing it toctx.run(...), which confirms against the fee ceiling and auto-broadcasts — keeping fee-cap policy, confirmation strategy and result shape uniform with the rest ofdemos.run.*.