You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*AddressAPI* | [**AddressTransactions**](docs/AddressAPI.md#addresstransactions) | **Get** /address/{hash}/txs | Get address transactions
91
91
*AddressAPI* | [**AddressUndelegations**](docs/AddressAPI.md#addressundelegations) | **Get** /address/{hash}/undelegations | Get undelegations made by address
92
92
*AddressAPI* | [**AddressVesting**](docs/AddressAPI.md#addressvesting) | **Get** /address/{hash}/vestings | Get vesting for address
93
+
*AddressAPI* | [**AddressVotes**](docs/AddressAPI.md#addressvotes) | **Get** /address/{hash}/votes | Get list of votes for address
93
94
*AddressAPI* | [**GetAddress**](docs/AddressAPI.md#getaddress) | **Get** /address/{hash} | Get address info
94
95
*AddressAPI* | [**GetAddressCount**](docs/AddressAPI.md#getaddresscount) | **Get** /address/count | Get count of addresses in network
95
96
*AddressAPI* | [**ListAddress**](docs/AddressAPI.md#listaddress) | **Get** /address | List address info
*NamespaceAPI* | [**GetNamespaceMessages**](docs/NamespaceAPI.md#getnamespacemessages) | **Get** /namespace/{id}/{version}/messages | Get namespace messages by id and version
120
121
*NamespaceAPI* | [**GetNamespaceRollups**](docs/NamespaceAPI.md#getnamespacerollups) | **Get** /namespace/{id}/{version}/rollups | List rollups using the namespace
121
122
*NamespaceAPI* | [**ListNamespace**](docs/NamespaceAPI.md#listnamespace) | **Get** /namespace | List namespace info
123
+
*ProposalAPI* | [**GetProposal**](docs/ProposalAPI.md#getproposal) | **Get** /proposal/{id} | Get proposal info
122
124
*ProposalAPI* | [**ListProposal**](docs/ProposalAPI.md#listproposal) | **Get** /proposal | List proposal info
125
+
*ProposalAPI* | [**ProposalVotes**](docs/ProposalAPI.md#proposalvotes) | **Get** /proposal/{id}/votes | Get proposal's votes
123
126
*RollupAPI* | [**GetRollup**](docs/RollupAPI.md#getrollup) | **Get** /rollup/{id} | Get rollup info
124
127
*RollupAPI* | [**GetRollupAllSeries**](docs/RollupAPI.md#getrollupallseries) | **Get** /rollup/stats/series/{timeframe} | Get series for all rollups
125
128
*RollupAPI* | [**GetRollupBlobs**](docs/RollupAPI.md#getrollupblobs) | **Get** /rollup/{id}/blobs | Get rollup blobs
0 commit comments