pub trait Signable { // Required method fn to_bytes(&self) -> Cow<'_, [u8]>; }
Data that can be signed.
Get the raw bytes to be signed.