TON SDK Documentation - v15.3.1duck0.0.3
Preparing search index...
OpenedContract
Type Alias OpenedContract<F>
OpenedContract
:
{
[
P
in
keyof
F
]
:
P
extends
`
${
"get"
|
"send"
|
"is"
}
${
string
}
`
?
F
[
P
]
extends
(
x
:
ContractProvider
,
...
args
:
infer
P
)
=>
infer
R
?
(
...
args
:
P
)
=>
R
:
never
:
F
[
P
]
}
Type Parameters
F
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TON SDK Documentation - v15.3.1duck0.0.3
Loading...