Struct data_streaming_service::data_notification::TransactionsWithProofRequest [−][src]
pub struct TransactionsWithProofRequest {
pub start_version: Version,
pub end_version: Version,
pub proof_version: Version,
pub include_events: bool,
}Expand description
A client request for fetching transactions with proofs.
Fields
start_version: Versionend_version: Versionproof_version: Versioninclude_events: boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for TransactionsWithProofRequest
impl Sync for TransactionsWithProofRequest
impl Unpin for TransactionsWithProofRequest
impl UnwindSafe for TransactionsWithProofRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self