caver.rpc
Last updated
Last updated
caver.rpc
는 Klaytn 노드에 RPC 호출을 하는 기능을 제공하는 패키지입니다.
RPC
is a class that contains Klay, Net and Governance inside.
Properties
Name | Type | Description |
---|---|---|
caver.rpc.klay
를 사용하면 Klaytn 노드와 상호작용할 수 있습니다. 아래 목록은 caver-js
에서 현재 지원되는 API의 기능을 열거합니다.
klay
The Klay providing JSON-RPC call with theklay
name space.
net
The Net providing JSON-RPC call with the net
name space.
governance
The Governance providing JSON-RPC call with the governance
name space.