Skip to main content

NewPayloadWithWitnessResponseV1

Type Alias NewPayloadWithWitnessResponseV1 

Source
pub type NewPayloadWithWitnessResponseV1 = PayloadStatusWithWitness;
Expand description

Backwards-compatible alias for the experimental witness response name.

Aliased Type§

pub struct NewPayloadWithWitnessResponseV1 {
    pub payload_status: PayloadStatus,
    pub witness: Optional<ExecutionWitnessV1>,
}

Fields§

§payload_status: PayloadStatus

Result of processing the submitted payload.

§witness: Optional<ExecutionWitnessV1>

Execution witness produced for a valid payload.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 96 bytes