CategoricalEvent

contract CategoricalEvent is Proxied, Event
Title:Categorical event contract - Categorical events resolve to an outcome from a set of outcomes
Author:Stefan George - <stefan@gnosis.pm>
function redeemWinnings()
public
returns (uint winnings)

Exchanges sender’s winning outcome tokens for collateral tokens

Return:Sender’s winnings
function getEventHash()
public
view
returns (bytes32)

Calculates and returns event hash

Return:Event hash