- Preparing search index...
- The search index is not available
ton-core
Type alias SenderArguments
Sender
Arguments
: { body
?: Maybe<Cell>; bounce
?: Maybe<boolean>; init
?: Maybe<{ code
?: Maybe<Cell>; data
?: Maybe<Cell>; }>; sendMode
?: Maybe<SendMode>; to
: Address; value
: bigint; }
Type declaration
-
Optional body?: Maybe<Cell>
-
Optional bounce?: Maybe<boolean>
-
Optional init?: Maybe<{
code?: Maybe<Cell>;
data?: Maybe<Cell>;
}>
-
Optional sendMode?: Maybe<SendMode>
-
-
value: bigint