QueryTallyResultResponse is the response type for the Query/Tally RPC method.

interface QueryTallyResultResponse {
    tally: undefined | TallyResult;
}

Properties

Properties

tally: undefined | TallyResult

tally defines the requested tally.