pub type NewPayloadWithWitnessResponseV1 = PayloadStatusWithWitness;Available on crate features
node-api and node only.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: PayloadStatusResult 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