pub const EIP191_PREFIX: &str = "\x19Ethereum Signed Message:\n";
The prefix used for hashing messages according to EIP-191.