/zeta-chain/observer/ballot_by_identifier/{ballotIdentifier}
Queries a list of VoterByIdentifier items.
Parameters:
ballotIdentifier - string
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain.blockpi.network/lcd/v1/<your-api-key>/zeta-chain/observer/ballot_by_identifier/{ballotIdentifier}
// Result
{
"ballot": {
"index": "string",
"BallotIdentifier": "string",
"VoterList": [
"string"
],
"Votes": [
"SuccessObservation"
],
"ObservationType": "EmptyObserverType",
"BallotThreshold": "string",
"BallotStatus": "BallotFinalized_SuccessObservation"
}
}
Previous/zeta-chain/observer/all_observer_mappersNext/zeta-chain/observer/observers_by_chain/{observation_chain}
Last updated
Was this helpful?