Skip to main content
Sign a Tempo transaction without broadcasting it—useful for relaying through a custom broadcaster or inspecting the signed bytes before submission.
Unlike standard EVM transactions, Tempo transactions use a calls array instead of a single to/data/value. This enables multiple contract calls to execute atomically in one transaction. View the Tempo transaction recipe for full examples.
For full examples, view the Tempo transaction recipe.