Type alias PODBytesValue

PODBytesValue: {
    type: "bytes";
    value: Uint8Array;
}

POD vaue for bytes of binary data of any size.

Like strings, bytes are represented in circuits by their hash. They are hashed in the same way as strings, so a string with the same encoding can be considered equal to a bytes value.

Type declaration

  • type: "bytes"
  • value: Uint8Array

Generated using TypeDoc