caver.rpc
caver.rpc
is a package that provides functionality related to rpc call with Klaytn Node.
Class
RPC
RPC
is a class that contains Klay, Net and Governance inside.
Properties
Name | Type | Description |
klay | The Klay providing JSON-RPC call with the | |
net | The Net providing JSON-RPC call with the | |
governance | The Governance providing JSON-RPC call with the |
JSON-RPC calls
The caver.rpc.klay
allows you to interact with the Klaytn nodes. The list below enumerates the API functions that are currently supported in caver-js
.
Last updated