Struct solana_runtime::hashed_transaction::HashedTransaction [−][src]
pub struct HashedTransaction<'a> {
pub message_hash: Hash,
// some fields omitted
}Expand description
Transaction and the hash of its message
Fields
message_hash: HashImplementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl<'a> RefUnwindSafe for HashedTransaction<'a>impl<'a> Send for HashedTransaction<'a>impl<'a> Sync for HashedTransaction<'a>impl<'a> Unpin for HashedTransaction<'a>impl<'a> UnwindSafe for HashedTransaction<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V