Immutable Docs
Immutable Hub
Preparing search index...
The search index is not available
@imtbl/sdk - v1.66.0
@imtbl/sdk
passport
Provider
Type Alias Provider
Provider
:
{
request
:
(
(
request
:
RequestArguments
)
=>
Promise
<
any
>
)
;
sendAsync
:
(
(
request
:
JsonRpcRequestPayload
|
JsonRpcRequestPayload
[]
,
callback
:
JsonRpcRequestCallback
)
=>
void
)
;
send
:
(
(
request
:
string
|
JsonRpcRequestPayload
|
JsonRpcRequestPayload
[]
,
callbackOrParams
?:
JsonRpcRequestCallback
|
any
[]
,
callback
?:
JsonRpcRequestCallback
)
=>
void
)
;
on
:
(
(
event
:
string
,
listener
:
(
(
...
args
:
any
[]
)
=>
void
)
)
=>
void
)
;
removeListener
:
(
(
event
:
string
,
listener
:
(
(
...
args
:
any
[]
)
=>
void
)
)
=>
void
)
;
isPassport
:
boolean
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Immutable Docs
Immutable Hub
@imtbl/sdk - v1.66.0
Loading...