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

interface QueryTallyResultResponseSDKType {
    tally: undefined | TallyResultSDKType;
}

Properties

Properties

tally: undefined | TallyResultSDKType