Type Alias SignedMessage
pub type SignedMessage<D> = BaseSignedMessage<D, Signature>;Expand description
Represents a signed message with some payload that has been signed using one of the supported Signature schemes.
Aliased Typeยง
pub struct SignedMessage<D> { /* private fields */ }