Enum solana_sdk::transaction::MessageHash
source · [−]pub enum MessageHash {
Precomputed(Hash),
Compute,
}
Expand description
Type that represents whether the transaction message has been precomputed or not.
Variants
Precomputed(Hash)
Compute
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageHash
impl Send for MessageHash
impl Sync for MessageHash
impl Unpin for MessageHash
impl UnwindSafe for MessageHash
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more