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/bapp/json-rpc
- admin
- debug
- klay
- miner
- net
- personal
- rpc
- txpool
- istanbul
- mainbridge
- subbridge
- clique
- governance
- bootnode
Index ¶
Constants ¶
View Source
const Admin_JS = `` /* 1958-byte string literal not displayed */
View Source
const Bootnode_JS = `` /* 1654-byte string literal not displayed */
View Source
const ChainDataFetcher_JS = `` /* 1010-byte string literal not displayed */
View Source
const CliqueJs = `` /* 833-byte string literal not displayed */
View Source
const Debug_JS = `` /* 6337-byte string literal not displayed */
View Source
const Governance_JS = `` /* 1676-byte string literal not displayed */
View Source
const Istanbul_JS = `` /* 856-byte string literal not displayed */
View Source
const Klay_JS = `` /* 6603-byte string literal not displayed */
View Source
const MainBridge_JS = `` /* 557-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 = `` /* 5791-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, "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, "chaindatafetcher": ChainDataFetcher_JS, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.