macro_rules! impl_tournament_enumeration {
($contract:ident, $tournament:ident) => { ... };
}Expand description
Tournament enumeration adds the extension standard offering view-only methods.
macro_rules! impl_tournament_enumeration {
($contract:ident, $tournament:ident) => { ... };
}Tournament enumeration adds the extension standard offering view-only methods.