Preparing search index...
The search index is not available
@catalabs/catalyst-sdk
@catalabs/catalyst-sdk
SdkResult
Interface SdkResult<T>
interface
SdkResult
<
T
>
{
hash
:
string
;
wait
:
(
(
)
=>
Promise
<
T
>
)
;
}
Type Parameters
T
Index
Properties
hash
wait
Properties
hash
hash
:
string
wait
wait
:
(
(
)
=>
Promise
<
T
>
)
Type declaration
(
)
:
Promise
<
T
>
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
hash
wait
@catalabs/catalyst-sdk
Loading...