caver.rpc

caver.rpc는 Klaytn 노드에 RPC 호출을 하는 기능을 제공하는 패키지입니다.

Class

RPC

caver.rpc

RPC is a class that contains Klay, Net and Governance inside.

Properties

NameTypeDescription

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.

JSON-RPC calls

caver.rpc.klay를 사용하면 Klaytn 노드와 상호작용할 수 있습니다. 아래 목록은 caver-js에서 현재 지원되는 API의 기능을 열거합니다.

Last updated