Module signature

Source
Available on crate feature full only.
Expand description

Functionality for public and private keys.

Re-exports§

pub use crate::signer::keypair::*;
pub use crate::signer::*;

Structs§

NullSigner
NullSigner - A Signer implementation that always produces Signature::default(). Used as a placeholder for absentee signers whose ’Pubkey` is required to construct the transaction
Presigner
A Signer implementation that represents a Signature that has been constructed externally. Performs a signature verification against the expected message upon sign() requests to affirm its relationship to the message bytes
Signature

Enums§

ParseSignatureError
PresignerError

Constants§

SIGNATURE_BYTES
Number of bytes in a signature

Traits§

Signable