Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/account
DeferPromise
Type Alias DeferPromise<R>
Defer
Promise
<
R
>
:
{
promise
:
Promise
<
R
>
;
reject
:
(
(
error
:
unknown
)
=>
void
)
;
resolve
:
(
(
value
:
R
)
=>
void
)
;
}
Type Parameters
R
=
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
Fuels TS SDK API Documentation
Loading...