Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
Listener
Interface Listener<T>
interface
Listener
<
T
>
{
complete
:
(
(
)
=>
void
)
;
error
:
(
(
err
:
any
)
=>
void
)
;
next
:
(
(
x
:
T
)
=>
void
)
;
}
Type Parameters
T
Index
Properties
complete
error
next
Properties
complete
complete
:
(
(
)
=>
void
)
error
error
:
(
(
err
:
any
)
=>
void
)
next
next
:
(
(
x
:
T
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complete
error
next
@crownfi/sei-js-proto
Loading...