Home
last modified time | relevance | path

Searched defs:PrivateDebugAPI (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/eth/
H A Dapi.go281 type PrivateDebugAPI struct { struct
282 config *params.ChainConfig
283 eth *Ethereum
293 func (api *PrivateDebugAPI) Preimage(ctx context.Context, hash common.Hash) (hexutil.Bytes, error) {
309 func (api *PrivateDebugAPI) GetBadBlocks(ctx context.Context) ([]*BadBlockArgs, error) {
344 …ontractAddress common.Address, keyStart hexutil.Bytes, maxResult int) (StorageRangeResult, error) {
384 …eDebugAPI) GetModifiedAccountsByNumber(startNum uint64, endNum *uint64) ([]common.Address, error) {
412 … GetModifiedAccountsByHash(startHash common.Hash, endHash *common.Hash) ([]common.Address, error) {
434 …PrivateDebugAPI) getModifiedAccounts(startBlock, endBlock *types.Block) ([]common.Address, error) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/
H A Dclient.go328 func (s *LightEthereum) Engine() consensus.Engine { return s.engine }
329 func (s *LightEthereum) LesVersion() int { return int(ClientProtocolVersions[0])…
344 // Start implements node.Lifecycle, starting all internal goroutines needed by the
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/internal/ethapi/
H A Dapi.go1426 type PrivateDebugAPI struct { struct
1427 b Backend
1437 func (api *PrivateDebugAPI) ChaindbProperty(property string) (string, error) {
1452 func (api *PrivateDebugAPI) ChaindbCompact() error {
1471 func (api *PrivateDebugAPI) SetHead(number hexutil.Uint64) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/internal/ethapi/
H A Dapi.go1999 type PrivateDebugAPI struct { struct
2000 b Backend
2010 func (api *PrivateDebugAPI) ChaindbProperty(property string) (string, error) {
2021 func (api *PrivateDebugAPI) ChaindbCompact() error {
2033 func (api *PrivateDebugAPI) SetHead(number hexutil.Uint64) {