Preparing search index...
The search index is not available
@ton/core
@ton/core
StateInit
Interface StateInit
interface
StateInit
{
code
?:
Maybe
<
Cell
>
;
data
?:
Maybe
<
Cell
>
;
libraries
?:
Maybe
<
Dictionary
<
bigint
,
SimpleLibrary
>
>
;
special
?:
Maybe
<
TickTock
>
;
splitDepth
?:
Maybe
<
number
>
;
}
Index
Properties
code?
data?
libraries?
special?
split
Depth?
Properties
Optional
code
code
?:
Maybe
<
Cell
>
Optional
data
data
?:
Maybe
<
Cell
>
Optional
libraries
libraries
?:
Maybe
<
Dictionary
<
bigint
,
SimpleLibrary
>
>
Optional
special
special
?:
Maybe
<
TickTock
>
Optional
split
Depth
split
Depth
?:
Maybe
<
number
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
code
data
libraries
special
split
Depth
@ton/core
Loading...