git.delta.rocks / unique-network / refs/commits / 31e245b79238

difftreelog

Add setProperty to reFungibleDeprecated.json

Max Andreev2023-01-11parent: #32d4fdc.patch.diff
in: master

1 file changed

modifiedtests/src/eth/abi/reFungibleDeprecated.jsondiffbeforeafterboth
80 "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" }