- Preparing search index...
- The search index is not available
ton
- external(src: {
body?: Maybe<Cell>;
init?: Maybe<{
code?: Maybe<Cell>;
data?: Maybe<Cell>;
}>;
to: string | Address;
}): Message
-
Parameters
-
src: {
body?: Maybe<Cell>;
init?: Maybe<{
code?: Maybe<Cell>;
data?: Maybe<Cell>;
}>;
to: string | Address;
}
-
Optional
body?: Maybe<Cell>
-
Optional
init?: Maybe<{
code?: Maybe<Cell>;
data?: Maybe<Cell>;
}>
-