Skip to content

Commit

Permalink
endpoint abi update (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech authored Jan 9, 2024
1 parent 33df7c0 commit 5c681b0
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions src/abi/endpointABI.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5c681b0

Please sign in to comment.