Typed Bulletin Chain API.
Raw bytes to store.
Optionalsigner: PolkadotSignerOptional signer. When omitted, auto-resolved.
Optionaloptions: UploadOptionsUpload options (gateway, timeout, waitFor, status callback).
Upload result with CID and either blockHash or preimageKey.
Upload data to the Bulletin Chain.
When a signer is provided, submits a
TransactionStorage.storetransaction directly. When omitted, the upload strategy is auto-resolved:Computes the CIDv1 (blake2b-256, raw codec) locally in both cases.