Struct solana_sdk::signer::presigner::Presigner [−][src]
pub struct Presigner { /* fields omitted */ }
Expand description
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
Implementations
Trait Implementations
Fallibly gets the implementor’s public key
Fallibly produces an Ed25519 signature over the provided message
bytes.
Infallibly gets the implementor’s public key. Returns the all-zeros
Pubkey
if the implementor has none. Read more
Auto Trait Implementations
impl RefUnwindSafe for Presigner
impl UnwindSafe for Presigner
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self