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

interface QueryTallyResultResponseAmino {
    tally?: TallyResultAmino;
}

Properties

Properties

tally defines the requested tally.