Struct solana_sdk::signature::Presigner [−][src]
pub struct Presigner { /* fields omitted */ }
Implementations
Trait Implementations
impl Signer for Presigner
[src]
impl Signer for Presigner
[src]fn try_pubkey(&self) -> Result<Pubkey, SignerError>
[src]
fn try_sign_message(&self, message: &[u8]) -> Result<Signature, SignerError>
[src]
fn pubkey(&self) -> Pubkey
[src]
fn sign_message(&self, message: &[u8]) -> Signature
[src]
Auto Trait Implementations
impl RefUnwindSafe for Presigner
impl RefUnwindSafe for Presigner
impl UnwindSafe for Presigner
impl UnwindSafe for Presigner
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,