Struct data_streaming_service::data_notification::TransactionOutputsWithProofRequest [−][src]
pub struct TransactionOutputsWithProofRequest {
pub start_version: Version,
pub end_version: Version,
pub proof_version: Version,
}Expand description
A client request for fetching transaction outputs with proofs.
Fields
start_version: Versionend_version: Versionproof_version: VersionTrait 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 TransactionOutputsWithProofRequest
impl Sync for TransactionOutputsWithProofRequest
impl Unpin for TransactionOutputsWithProofRequest
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