Type alias Message

Message: {
    body: Cell;
    info: CommonMessageInfo;
    init?: Maybe<StateInit>;
}

Type declaration

Generated using TypeDoc