Preparing search index...
The search index is not available
@ton/core
@ton/core
OpenedContract
Type alias OpenedContract<F>
Opened
Contract
<
F
>
:
{
[
P
in
keyof
F
]
:
P
extends
`
${
"get"
|
"send"
|
"is"
}
${
string
}
`
?
F
[
P
]
extends
(
(
x
,
...
args
)
=>
infer
R
)
?
(
(
...
args
)
=>
R
)
:
never
:
F
[
P
]
}
Type Parameters
F
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@ton/core
Loading...