Struct data_streaming_service::streaming_client::GetAllTransactionOutputsRequest [−][src]
pub struct GetAllTransactionOutputsRequest {
pub start_version: Version,
pub end_version: Version,
pub proof_version: Version,
}Expand description
A client request for fetching all 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 GetAllTransactionOutputsRequest
impl Sync for GetAllTransactionOutputsRequest
impl Unpin for GetAllTransactionOutputsRequest
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