Block Attributes

isBeaconBase

This attribute defines if the block can be used for the base of a beacon block.

Examples

isBeaconBase[0] = true;

// Default value
isBeaconBase[0] = false;
// ...
isBeaconBase[15] = false;