/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://zeta-testnet.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"
  }
}

Last updated