<EtherspotBatch />
Indicates that we are going to add one more blockchain transactions to this batch.
Introduction
The <EtherspotBatch />
component allows you to define one or more <EtherspotTransaction />
components to be sent as part of the <EtherspotBatch />
.
Component Properties
Property | Description |
---|---|
| Optional: An ID (which can be a |
| Optional: The blockchain ID that you would like to execute this batch on. Check out our supported blockchains to check what we support. The default is "1" - Ethereum Mainnet. |
| Optional: You can choose to pay for for batch of transactions with something else other than the native token for the blockchain you defined in |
How to use
Below is an example of how to use the <EtherspotBatch />
component.
🎉 Congratulations!
And that's how to implement the <EtherspotBatch />
component. It's worth remembering that this component expects other components like <EtherspotTransaction />
to live inside it for it to do anything at all.
Last updated