pub type PreparedTransactionHeaderV1 = SummarizedRawFullValue<TransactionHeaderV1>;Aliased Type§
pub struct PreparedTransactionHeaderV1 {
pub inner: TransactionHeaderV1,
pub summary: Summary,
}Fields§
§inner: TransactionHeaderV1👎Deprecated: For new models, prefer SummarizedRawValueBody, 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 SummarizedRawValueBody, 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)