Search
Preparing search index...
The search index is not available
@iov/ethereum Documentation
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
EthereumRpcClient
Interface EthereumRpcClient
Hierarchy
EthereumRpcClient
Index
Properties
disconnect
eth
Call
events
run
socket
Send
Properties
disconnect
disconnect
:
function
Type declaration
(
)
:
void
Returns
void
eth
Call
eth
Call
:
function
Type declaration
(
to
:
Address
, data
:
Uint8Array
)
:
Promise
<
Uint8Array
>
Parameters
to:
Address
data:
Uint8Array
Returns
Promise
<
Uint8Array
>
events
events
:
Stream
<
SocketWrapperMessageEvent
>
run
run
:
function
Type declaration
(
request
:
JsonRpcRequest
)
:
Promise
<
JsonRpcResponse
>
Parameters
request:
JsonRpcRequest
Returns
Promise
<
JsonRpcResponse
>
socket
Send
socket
Send
:
function
Type declaration
(
request
:
JsonRpcRequest
, ignoreNetworkError
?:
undefined
|
false
|
true
)
:
Promise
<
void
>
Parameters
request:
JsonRpcRequest
Optional
ignoreNetworkError:
undefined
|
false
|
true
Returns
Promise
<
void
>
Globals
Ethereum
Rpc
Client
disconnect
eth
Call
events
run
socket
Send
Generated using
TypeDoc