Type Alias fvm::kernel::BlockId

source ·
pub type BlockId = u32;
Expand description

Blocks in the block registry are addressed by an ordinal, starting from 1 (FIRST_ID). The zero value is reserved to mean “no data”, such as when actor invocations receive or return no data.