mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
parent
5fa1095dc5
commit
3b2c816347
1 changed files with 0 additions and 10 deletions
|
|
@ -305,16 +305,6 @@ Retrieves a block and returns its pretty printed form.
|
||||||
| Console | `debug.printBlock(number uint64)` |
|
| Console | `debug.printBlock(number uint64)` |
|
||||||
| RPC | `{"method": "debug_printBlock", "params": [number]}` |
|
| RPC | `{"method": "debug_printBlock", "params": [number]}` |
|
||||||
|
|
||||||
### debug_seedHash
|
|
||||||
|
|
||||||
Fetches and retrieves the seed hash of the block by number
|
|
||||||
|
|
||||||
| Client | Method invocation |
|
|
||||||
| :------ | -------------------------------------------------- |
|
|
||||||
| Go | `debug.SeedHash(number uint64) (string, error)` |
|
|
||||||
| Console | `debug.seedHash(number, [options])` |
|
|
||||||
| RPC | `{"method": "debug_seedHash", "params": [number]}` |
|
|
||||||
|
|
||||||
### debug_setBlockProfileRate
|
### debug_setBlockProfileRate
|
||||||
|
|
||||||
Sets the rate (in samples/sec) of goroutine block profile data collection. A non-zero rate enables block profiling, setting it to zero stops the profile. Collected profile data can be written using `debug_writeBlockProfile`.
|
Sets the rate (in samples/sec) of goroutine block profile data collection. A non-zero rate enables block profiling, setting it to zero stops the profile. Collected profile data can be written using `debug_writeBlockProfile`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue