BoolType constructor

const BoolType()

A BinaryType for bools.

false is encoded as a uint8 with a value of 0. true is encoded as any other uint8 value (though 1 is commonly used).

Implementation

const BoolType();