package web3ext

import "github.com/ethereum/go-ethereum/internal/web3ext"

Package web3ext contains geth specific web3.js extensions.

Index

Constants

const AdminJs = "" /* 1810 byte string literal not displayed */
const CliqueJs = "" /* 1142 byte string literal not displayed */
const DebugJs = "" /* 6693 byte string literal not displayed */
const DevJs = "" /* 267 byte string literal not displayed */
const EthJs = "" /* 4256 byte string literal not displayed */
const MinerJs = "" /* 477 byte string literal not displayed */
const NetJs = "" /* 153 byte string literal not displayed */
const RpcJs = "" /* 153 byte string literal not displayed */
const TxpoolJs = "" /* 625 byte string literal not displayed */

Variables

var Modules = map[string]string{
	"admin":  AdminJs,
	"clique": CliqueJs,
	"debug":  DebugJs,
	"eth":    EthJs,
	"miner":  MinerJs,
	"net":    NetJs,
	"rpc":    RpcJs,
	"txpool": TxpoolJs,
	"dev":    DevJs,
}

Source Files

web3ext.go

Version
v1.16.1 (latest)
Published
Jul 2, 2025
Platform
linux/amd64
Last checked
5 days ago

Tools for package owners.