fuse_smart_execute_batch
ActiveTool of Fuse Network
declared in 0.1.0
Submits a single ERC-4337 UserOperation that executes a sequence of contract calls atomically. Failed sub-calls revert the whole batch.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"calls"
],
"properties": {
"calls": {
"type": "array",
"items": {
"type": "object",
"required": [
"to",
"data"
],
"properties": {
"to": {
"type": "string",
"description": "Target contract address."
},
"data": {
"type": "string",
"description": "Encoded calldata (0x-prefixed hex)."
},
"value": {
"type": "string",
"description": "Native FUSE to send with the call, in wei (default `0`)."
}
},
"additionalProperties": false
},
"minItems": 1,
"description": "Ordered list of contract calls to execute atomically as a single UserOp."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fuse Network
1/7 registries