Available on crate feature
full
only.Expand description
Functionality for public and private keys.
Re-exports§
Structs§
- Null
Signer - NullSigner - A
Signer
implementation that always producesSignature::default()
. Used as a placeholder for absentee signers whose ’Pubkey` is required to construct the transaction - Presigner
- A
Signer
implementation that represents aSignature
that has been constructed externally. Performs a signature verification against the expected message uponsign()
requests to affirm its relationship to themessage
bytes - Signature
Enums§
Constants§
- SIGNATURE_
BYTES - Number of bytes in a signature