ResultComputationTest Functions wrapAddVote(votePrice, numberTokens) wrapGetResolvedPrice(minVoteThreshold) wrapWasVoteCorrect(revealHash) wrapGetTotalCorrectlyVotedTokens() wrapAddVote(int256 votePrice, uint256 numberTokens) external wrapGetResolvedPrice(uint256 minVoteThreshold) → bool isResolved, int256 price external wrapWasVoteCorrect(bytes32 revealHash) → bool external wrapGetTotalCorrectlyVotedTokens() → uint256 external ← Result Computation Shared →