fuse_smart_approve_nft
ActiveTool of Fuse Network
declared in 0.1.0
Submits an ERC-4337 UserOperation calling `approve(spender, tokenId)` on an NFT contract from the configured smart wallet.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"nftContractAddress",
"spender",
"tokenId"
],
"properties": {
"spender": {
"type": "string",
"description": "Address being granted approval for the token ID."
},
"tokenId": {
"type": "string",
"description": "NFT token ID (decimal or hex)."
},
"nftContractAddress": {
"type": "string",
"description": "ERC-721 / ERC-1155 contract address."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fuse Network
1/7 registries