send()
Sends all batches and transactions
Introduction
How to use
import {
useEtherspotTransactions,
} from '@etherspot/transaction-kit';
// Later in the main component function...
const { send } = useEtherspotTransactions();
// And when you're ready to end your transaction(s)...
send(); // This is also a Promise
// Your transactions are now being sent to the blockchain🎉 Congratulations
Last updated
Was this helpful?