TON SDK Documentation - v15.3.1duck0.0.3
Preparing search index...
SenderArguments
Type Alias SenderArguments
type
SenderArguments
=
{
body
?:
Maybe
<
Cell
>
;
bounce
?:
Maybe
<
boolean
>
;
extracurrency
?:
Maybe
<
ExtraCurrency
>
;
init
?:
Maybe
<
StateInit
>
;
sendMode
?:
Maybe
<
SendMode
>
;
to
:
Address
;
value
:
bigint
;
}
Index
Properties
body?
bounce?
extracurrency?
init?
send
Mode?
to
value
Properties
Optional
body
body
?:
Maybe
<
Cell
>
Optional
bounce
bounce
?:
Maybe
<
boolean
>
Optional
extracurrency
extracurrency
?:
Maybe
<
ExtraCurrency
>
Optional
init
init
?:
Maybe
<
StateInit
>
Optional
send
Mode
sendMode
?:
Maybe
<
SendMode
>
to
to
:
Address
value
value
:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
bounce
extracurrency
init
send
Mode
to
value
TON SDK Documentation - v15.3.1duck0.0.3
Loading...