Modules: txpool
txpool_content
``` Schema
- patternProperties:
- .*:
- patternProperties:
- .*:
- patternProperties:
- .*:
- additionalProperties: `false`
- properties:
- accessList:
- items:
- additionalProperties: `false`
- properties:
- address:
- pattern: `^0x[a-fA-F\d]{64}$`
- title: `keccak`
- type: `string`
- storageKeys:
- items:
- description: `Hex representation of a Keccak 256 hash`
- pattern: `^0x[a-fA-F\d]{64}$`
- title: `keccak`
- type: `string`
- type: `array`
- type: `object`
- type: `array`
- blockHash:
- pattern: `^0x[a-fA-F\d]{64}$`
- title: `keccak`
- type: `string`
- blockNumber:
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: `string`
- chainId:
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: `string`
- from:
- pattern: `^0x[a-fA-F\d]{64}$`
- title: `keccak`
- type: `string`
- gas:
- pattern: `^0x([a-fA-F\d])+$`
- title: `uint64`
- type: `string`
- gasPrice:
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: `string`
- hash:
- pattern: `^0x[a-fA-F\d]{64}$`
- title: `keccak`
- type: `string`
- input:
- pattern: `^0x([a-fA-F\d])+$`
- title: `dataWord`
- type: `string`
- maxFeePerGas:
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: `string`
- maxPriorityFeePerGas:
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: `string`
- nonce:
- pattern: `^0x([a-fA-F\d])+$`
- title: `uint64`
- type: `string`
- r:
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: `string`
- s:
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: `string`
- to:
- pattern: `^0x[a-fA-F\d]{64}$`
- title: `keccak`
- type: `string`
- transactionIndex:
- pattern: `^0x([a-fA-F\d])+$`
- title: `uint64`
- type: `string`
- type:
- pattern: `^0x([a-fA-F\d])+$`
- title: `uint64`
- type: `string`
- v:
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: `string`
- value:
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: `string`
- yParity:
- pattern: `^0x([a-fA-F\d])+$`
- title: `uint64`
- type: `string`
- type: `object`
- type: `object`
- type: `object`
- type: object
```txpool_contentFrom
txpool_inspect
txpool_status
Last updated