pub type VecSignedMessage = SignedMessage<Signature, Vec<u8>>;
Vec-based signed message.
pub struct VecSignedMessage { /* private fields */ }