Struct solana_sdk::signature::Signature [−][src]
Implementations
impl Signature[src][−]
pub fn new(signature_slice: &[u8]) -> Self[src]
pub fn verify(&self, pubkey_bytes: &[u8], message_bytes: &[u8]) -> bool[src]
Trait Implementations
impl AsRef<[u8]> for Signature[src][+]
impl Clone for Signature[src][+]
impl Copy for Signature[src]
impl Debug for Signature[src][+]
impl Default for Signature[src][+]
impl<'de> Deserialize<'de> for Signature[src][+]
impl Display for Signature[src][+]
impl Eq for Signature[src]
impl From<Signature> for [u8; 64][src][+]
impl FromStr for Signature[src][+]
impl Hash for Signature[src][+]
impl Ord for Signature[src][+]
impl PartialEq<Signature> for Signature[src][+]
impl PartialOrd<Signature> for Signature[src][+]
impl Sanitize for Signature[src][+]
impl Serialize for Signature[src][+]
impl StructuralEq for Signature[src]
impl StructuralPartialEq for Signature[src]
Auto Trait Implementations
impl RefUnwindSafe for Signature
impl Send for Signature
impl Sync for Signature
impl Unpin for Signature
impl UnwindSafe for Signature
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T, U> AsByteSlice<T> for U where
T: ToByteSlice,
U: AsRef<[T]> + ?Sized, [src][+]
T: ToByteSlice,
U: AsRef<[T]> + ?Sized,
impl<U> AsSliceOf for U where
U: AsRef<[u8]> + ?Sized, [src][+]
U: AsRef<[u8]> + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> ToHex for T where
T: AsRef<[u8]>, [src][+]
T: AsRef<[u8]>,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized, [src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any, [+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src][+]
V: MultiLane<T>,