Batched Transactions
We are streamlining the user experience with batch transactions, ensuring a seamless DeFi journey. This is enabled by the capabilities of smart contract wallets. With Bonsai, approving and swapping in a single transaction is just a click away. Moreover, transactions are executed in full or reversed entirely, enhancing safety and efficiency.
{
target: "targetAddress1",
data: "callData1",
value: value1,
},
{
target: "targetAddress2",
data: "callData2",
value: value2,
},
Last updated