discourse/contracts/Feedback.abi

53 lines
774 B
Plaintext
Raw Normal View History

2025-03-25 03:52:30 -04:00
[
{
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"name": "feedbackList",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "index",
"type": "uint256"
}
],
"name": "getFeedback",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "feedback",
"type": "string"
}
],
"name": "submitFeedback",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]