Type alias: PrefixedHexString
Utils.PrefixedHexString
Ƭ PrefixedHexString: BrandedType
<string
, "PrefixedHexString"
>
Type for HexString with prefix. The main hex type used internally should be non-prefixed HexString and therefore this type should be used as least as possible. Because of that it does not contain the Length property as the variables should be validated and converted to HexString ASAP.