/** Hex-encoded string (without a 0x prefix) */ export type Hex = string; // todo: should prefix always be allowed?