getNaniProposals
Retrieve NANIDAO proposals by specifying account, chainId, and DAO details for Ethereum-based automation and cryptocurrency research.
Instructions
Get proposals for NANIDAO
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account | Yes | ||
chainId | Yes | ||
dao | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"account": {
"type": "string"
},
"chainId": {
"type": "number"
},
"dao": {
"type": "string"
}
},
"required": [
"account",
"chainId",
"dao"
],
"type": "object"
}