difftreelog
Add setProperty to reFungibleDeprecated.json
in: master
1 file changed
tests/src/eth/abi/reFungibleDeprecated.jsondiffbeforeafterboth80 "stateMutability": "nonpayable",80 "stateMutability": "nonpayable",81 "type": "function"81 "type": "function"82 },82 },83 {84 "inputs": [85 { "internalType": "uint256", "name": "tokenId", "type": "uint256" },86 { "internalType": "string", "name": "key", "type": "string" },87 { "internalType": "bytes", "name": "value", "type": "bytes" }88 ],89 "name": "setProperty",90 "outputs": [],91 "stateMutability": "nonpayable",92 "type": "function"93 },83 {94 {84 "inputs": [95 "inputs": [85 { "internalType": "address", "name": "newOwner", "type": "address" }96 { "internalType": "address", "name": "newOwner", "type": "address" }