Struct solana_sdk::signer::null_signer::NullSigner [−][src]
pub struct NullSigner { /* fields omitted */ }
Expand description
NullSigner - A Signer
implementation that always produces Signature::default()
.
Used as a placeholder for absentee signers whose ’Pubkey` is required to construct
the transaction
Implementations
impl NullSigner
[src]
impl NullSigner
[src]Trait Implementations
impl Clone for NullSigner
[src]
impl Clone for NullSigner
[src]fn clone(&self) -> NullSigner
[src]
fn clone(&self) -> NullSigner
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more
impl Debug for NullSigner
[src]
impl Debug for NullSigner
[src]impl Default for NullSigner
[src]
impl Default for NullSigner
[src]fn default() -> NullSigner
[src]
fn default() -> NullSigner
[src]Returns the “default value” for a type. Read more
impl<T> PartialEq<T> for NullSigner where
T: Signer,
[src]
impl<T> PartialEq<T> for NullSigner where
T: Signer,
[src]impl Signer for NullSigner
[src]
impl Signer for NullSigner
[src]fn try_pubkey(&self) -> Result<Pubkey, SignerError>
[src]
fn try_pubkey(&self) -> Result<Pubkey, SignerError>
[src]Fallibly gets the implementor’s public key
fn try_sign_message(&self, _message: &[u8]) -> Result<Signature, SignerError>
[src]
fn try_sign_message(&self, _message: &[u8]) -> Result<Signature, SignerError>
[src]Fallibly produces an Ed25519 signature over the provided message
bytes.
Auto Trait Implementations
impl RefUnwindSafe for NullSigner
impl Send for NullSigner
impl Sync for NullSigner
impl Unpin for NullSigner
impl UnwindSafe for NullSigner
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,