pub type PreparedInstructionsV1 = SummarizedRawFullValueWithReferences<InstructionsV1>;Aliased Type§
pub struct PreparedInstructionsV1 {
pub inner: InstructionsV1,
pub summary: Summary,
pub references: IndexSet<Reference>,
}Fields§
§inner: InstructionsV1👎Deprecated: For new models, prefer SummarizedRawValueBodyWithReferences, which allows the hash to be computed both when it’s a full value, OR when it’s only a child (e.g. in a vec)
§summary: Summary👎Deprecated: For new models, prefer SummarizedRawValueBodyWithReferences, which allows the hash to be computed both when it’s a full value, OR when it’s only a child (e.g. in a vec)
§references: IndexSet<Reference>👎Deprecated: For new models, prefer SummarizedRawValueBodyWithReferences, which allows the hash to be computed both when it’s a full value, OR when it’s only a child (e.g. in a vec)