A bytestring value (static length)

Category

Elementary types

Hierarchy

  • BytesStaticValue

Properties

interpretations: {}

Type declaration

    kind: "value"
    value: {
        asHex: string;
        rawAsHex?: string;
    }

    Type declaration

    • asHex: string

      hex-formatted, with leading "0x"

    • Optional rawAsHex?: string

    Generated using TypeDoc