Broadcast

⚠️This API and documentation is still under active development.

In broadcast mode, the Managed Transactions API signs arbitrary calldata and broadcasts a transaction to a named recipient.

The sender of each transaction sent in broadcast mode is always the network-specific "hot wallet" address. This method is useful if the sender of the transaction (i.e., msg.sender in the context of the EVM) does not need to be set to a customer-owned address. Authorization of the calldata can be performed on-chain using a strategy such as ring signatures.

Additional documentation forthcoming.

Last updated