pub type PreparedMessageV1 = SummarizedRawFullValue<MessageV1>;Aliased Type§
pub struct PreparedMessageV1 {
pub inner: MessageV1,
pub summary: Summary,
}Fields§
§inner: MessageV1👎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)