diff --git a/src/abi/endpointABI.json b/src/abi/endpointABI.json index 9b255b7..ecba89d 100644 --- a/src/abi/endpointABI.json +++ b/src/abi/endpointABI.json @@ -101,6 +101,34 @@ }, { "inputs": [ + { + "internalType": "uint256", + "name": "rid", + "type": "uint256" + }, + { + "internalType": "address", + "name": "rua", + "type": "address" + }, + { + "internalType": "address", + "name": "sua", + "type": "address" + } + ], + "name": "approveApplication", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "rid", + "type": "uint256" + }, { "internalType": "address", "name": "rua", @@ -444,6 +472,34 @@ }, { "inputs": [ + { + "internalType": "uint256", + "name": "rid", + "type": "uint256" + }, + { + "internalType": "address", + "name": "rua", + "type": "address" + }, + { + "internalType": "address", + "name": "sua", + "type": "address" + } + ], + "name": "revokeApplication", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "rid", + "type": "uint256" + }, { "internalType": "address", "name": "rua",