discourse/poc/contract/Feedback.abi
Justin Carper 2ac5bd1b89 tiny poc
2025-03-03 02:00:12 -05:00

53 lines
774 B
Plaintext

[
{
"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"
}
]