- Preparing search index...
- The search index is not available
ton-core
- internal(src: {
body?: Maybe<string | Cell>;
bounce?: Maybe<boolean>;
init?: Maybe<{
code?: Maybe<Cell>;
data?: Maybe<Cell>;
}>;
to: string | Address;
value: string | bigint;
}): MessageRelaxed
-
Parameters
-
src: {
body?: Maybe<string | Cell>;
bounce?: Maybe<boolean>;
init?: Maybe<{
code?: Maybe<Cell>;
data?: Maybe<Cell>;
}>;
to: string | Address;
value: string | bigint;
}
-
Optional body?: Maybe<string | Cell>
-
Optional bounce?: Maybe<boolean>
-
Optional init?: Maybe<{
code?: Maybe<Cell>;
data?: Maybe<Cell>;
}>
-
-
value: string | bigint