Documentation ¶
Overview ¶
Package web3ext contains the Klaytn specific web3.js extensions.
web3ext defines `Modules` which defines APIs for each category. This `Modules` is used by console to provide APIs to users.
API Categories ¶
APIs are categorized as follows. If you want to know more detail, please refer to <https://docs.klaytn.com/api>
- admin
- debug
- klay
- miner
- net
- personal
- rpc
- txpool
- istanbul
- mainbridge
- subbridge
- clique
- governance
- bootnode
Index ¶
Constants ¶
View Source
const Admin_JS = `` /* 1277-byte string literal not displayed */
View Source
const Bootnode_JS = `` /* 1654-byte string literal not displayed */
View Source
const CliqueJs = `` /* 833-byte string literal not displayed */
View Source
const Debug_JS = `` /* 5626-byte string literal not displayed */
View Source
const Governance_JS = `` /* 1492-byte string literal not displayed */
View Source
const Istanbul_JS = `` /* 768-byte string literal not displayed */
View Source
const Klay_JS = `` /* 6084-byte string literal not displayed */
View Source
const MainBridge_JS = `` /* 557-byte string literal not displayed */
View Source
const Miner_JS = `` /* 951-byte string literal not displayed */
View Source
const Net_JS = `` /* 346-byte string literal not displayed */
View Source
const Personal_JS = `` /* 1442-byte string literal not displayed */
View Source
const RPC_JS = `` /* 151-byte string literal not displayed */
View Source
const SubBridge_JS = `` /* 4136-byte string literal not displayed */
View Source
const TxPool_JS = `` /* 520-byte string literal not displayed */
Variables ¶
View Source
var Modules = map[string]string{ "admin": Admin_JS, "debug": Debug_JS, "klay": Klay_JS, "miner": Miner_JS, "net": Net_JS, "personal": Personal_JS, "rpc": RPC_JS, "txpool": TxPool_JS, "istanbul": Istanbul_JS, "mainbridge": MainBridge_JS, "subbridge": SubBridge_JS, "clique": CliqueJs, "governance": Governance_JS, "bootnode": Bootnode_JS, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.