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
HttpProvider
Class HttpProvider
Hierarchy
HttpProviderBase
HttpProvider
Index
Constructors
constructor
Properties
connected
host
Methods
disconnect
send
supports
Subscriptions
Constructors
constructor
new
Http
Provider
(
host
:
string
, options
?:
HttpProviderOptions
)
:
HttpProvider
Parameters
host:
string
Optional
options:
HttpProviderOptions
Returns
HttpProvider
Properties
connected
connected
:
boolean
host
host
:
string
Methods
disconnect
disconnect
(
)
:
boolean
Returns
boolean
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
Http
Provider
constructor
connected
host
disconnect
send
supports
Subscriptions
Generated using
TypeDoc