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