pub type OwnedRelaxedMessage = BaseMessage<RelaxedMsgInfo, CellSliceParts>;Expand description
Unfinished blockchain message (with body as slice parts).
Aliased Type§
pub struct OwnedRelaxedMessage {
pub info: RelaxedMsgInfo,
pub init: Option<StateInit>,
pub body: (Cell, CellSliceRange),
pub layout: Option<MessageLayout>,
}Fields§
§info: RelaxedMsgInfoMessage info.
init: Option<StateInit>Optional state init.
body: (Cell, CellSliceRange)Optional payload.
layout: Option<MessageLayout>Optional message layout.