race_api/
types.rs

1mod common;
2
3pub use common::{
4    Addr, Amount, Ciphertext, DecisionId, EntryType, GameStatus, PlayerDeposit, PlayerJoin,
5    RandomId, RecipientSlot, RecipientSlotOwner, RecipientSlotShare, RecipientSlotType,
6    SecretDigest, SecretIdent, SecretKey, SecretShare, ServerJoin, Settle, SettleOp, Signature,
7    Transfer, VoteType,
8};