CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc ssri
ssri
ExecutorResponse
Class ExecutorResponse<T>
Type Parameters
T
Index
Constructors
constructor
Properties
res
cell
Deps
Methods
new
map
map
Async
Constructors
constructor
new
ExecutorResponse
<
T
>
(
res
:
T
,
cellDeps
:
OutPoint
[]
)
:
ExecutorResponse
<
T
>
Type Parameters
T
Parameters
res
:
T
cellDeps
:
OutPoint
[]
Returns
ExecutorResponse
<
T
>
Properties
Readonly
res
res
:
T
Readonly
cell
Deps
cellDeps
:
OutPoint
[]
Methods
Static
new
new
<
T
>
(
res
:
T
,
cellDeps
?:
null
|
OutPointLike
[]
)
:
ExecutorResponse
<
T
>
Type Parameters
T
Parameters
res
:
T
Optional
cellDeps
:
null
|
OutPointLike
[]
Returns
ExecutorResponse
<
T
>
map
map
<
U
>
(
fn
:
(
res
:
T
)
=>
U
)
:
ExecutorResponse
<
U
>
Type Parameters
U
Parameters
fn
:
(
res
:
T
)
=>
U
Returns
ExecutorResponse
<
U
>
map
Async
mapAsync
<
U
>
(
fn
:
(
res
:
T
)
=>
Promise
<
U
>
)
:
Promise
<
ExecutorResponse
<
U
>
>
Type Parameters
U
Parameters
fn
:
(
res
:
T
)
=>
Promise
<
U
>
Returns
Promise
<
ExecutorResponse
<
U
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
res
cell
Deps
Methods
new
map
map
Async
GitHub
App
Docs
Playground
CCC Docs
Loading...