Search
Preparing search index...
The search index is not available
A8 Connect Adapter - v2.1.19
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
A8 Connect Adapter - v2.1.19
Types
Web3Core
IpcProvider
Class IpcProvider
Hierarchy
IpcProviderBase
IpcProvider
Index
Constructors
constructor
Properties
connected
connection
notification
Callbacks
response
Callbacks
Methods
add
Default
Events
on
once
reconnect
remove
All
Listeners
remove
Listener
reset
send
supports
Subscriptions
Constructors
constructor
new
Ipc
Provider
(
path
:
string
, net
:
Server
)
:
IpcProvider
Parameters
path:
string
net:
Server
Returns
IpcProvider
Properties
connected
connected
:
boolean
connection
connection
:
any
notification
Callbacks
notification
Callbacks
:
any
response
Callbacks
response
Callbacks
:
any
Methods
add
Default
Events
add
Default
Events
(
)
:
void
Returns
void
on
on
(
type
:
string
, callback
:
(
(
)
=>
void
)
)
:
void
Parameters
type:
string
callback:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
void
once
once
(
type
:
string
, callback
:
(
(
)
=>
void
)
)
:
void
Parameters
type:
string
callback:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
void
reconnect
reconnect
(
)
:
void
Returns
void
remove
All
Listeners
remove
All
Listeners
(
type
:
string
)
:
void
Parameters
type:
string
Returns
void
remove
Listener
remove
Listener
(
type
:
string
, callback
:
(
(
)
=>
void
)
)
:
void
Parameters
type:
string
callback:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
void
reset
reset
(
)
:
void
Returns
void
send
send
(
payload
:
JsonRpcPayload
, callback
:
(
(
error
:
Error
, result
?:
JsonRpcResponse
)
=>
void
)
)
:
void
Parameters
payload:
JsonRpcPayload
callback:
(
(
error
:
Error
, result
?:
JsonRpcResponse
)
=>
void
)
(
error
:
Error
, result
?:
JsonRpcResponse
)
:
void
Parameters
error:
Error
Optional
result:
JsonRpcResponse
Returns
void
Returns
void
supports
Subscriptions
supports
Subscriptions
(
)
:
boolean
Returns
boolean
Exports
Types
Adapter
RPCAdapter
RPCWallets
Solana
Web3
Web3
Core
Ipc
Provider
constructor
connected
connection
notification
Callbacks
response
Callbacks
add
Default
Events
on
once
reconnect
remove
All
Listeners
remove
Listener
reset
send
supports
Subscriptions
Generated using
TypeDoc