Struct solana_clap_utils::keypair::SignOnly [−][src]
pub struct SignOnly { pub blockhash: Hash, pub message: Option<String>, pub present_signers: Vec<(Pubkey, Signature)>, pub absent_signers: Vec<Pubkey>, pub bad_signers: Vec<Pubkey>, }
Fields
blockhash: Hash
message: Option<String>
present_signers: Vec<(Pubkey, Signature)>
absent_signers: Vec<Pubkey>
bad_signers: Vec<Pubkey>
Implementations
impl SignOnly
[src]
impl SignOnly
[src]pub fn has_all_signers(&self) -> bool
[src]
pub fn presigner_of(&self, pubkey: &Pubkey) -> Option<Presigner>
[src]
Auto Trait Implementations
impl RefUnwindSafe for SignOnly
impl Send for SignOnly
impl Sync for SignOnly
impl Unpin for SignOnly
impl UnwindSafe for SignOnly
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
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<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,