pub const BITCOIN_SIGNED_MSG_PREFIX: &'static [u8] = b"\x18Bitcoin Signed Message:\n";
Expand description

The prefix for signed messages using Bitcoin’s message signing protocol.