GameId

Type Alias GameId 

Source
pub type GameId = Address;
Expand description

Game id = Address

Aliased Type§

#[repr(C)]
pub struct GameId(pub [u8; 20]);

Tuple Fields§

§0: [u8; 20]