Type alias PODBooleanValue

PODBooleanValue: {
    type: "boolean";
    value: boolean;
}

POD value for a boolean true/false. Boolean values are cryptographically identical to "int" values with the value 0 or 1, but distinguished for readability and ease of use.

Type declaration

  • type: "boolean"
  • value: boolean

Generated using TypeDoc