Macro gear_core::declare_id

source ·
macro_rules! declare_id {
    ($name:ident: $doc: literal) => { ... };
}
Expand description

Declares data type for storing any kind of id for gear-core, which stores 32 bytes under the hood.