Submit a compiled bridge operation as a nativeBridge transaction,
end to end.
NativeBridgeMethods.generateOperationTx signs the transaction
(deriving nonce from the Demos instance); the shared runner then
confirms it and (in "auto" mode) broadcasts it within the fee cap.
The compiled bridge operation returned by the RPC.
Optionalopts: ProgrammaticTxOptionsFee ceiling / confirmation strategy / wait behaviour.
Native bridge operations as one-call programmatic transactions.
The native bridge is a two-step flow: first an RPC (
generateOperation→ node) produces a BridgeOperationCompiled, then that compiled operation is turned into a signednativeBridgetransaction. Compiling is a round-trip to the node and stays with the caller; this namespace exposes only the transaction step, collapsinggenerateOperationTx → confirm → broadcastinto a single call that auto-broadcasts within the configured fee ceiling.