Preparing search index...
The search index is not available
@crownfi/ethereum-rpc-types
@crownfi/ethereum-rpc-types
BlockObject
Interface BlockObject
interface
BlockObject
{
baseFeePerGas
?:
string
;
blobGasUsed
?:
string
;
difficulty
?:
string
;
excessBlobGas
?:
string
;
extraData
:
string
;
gasLimit
:
string
;
gasUsed
:
string
;
hash
:
string
;
logsBloom
:
string
;
miner
:
string
;
mixHash
:
string
;
nonce
:
string
;
number
:
string
;
parentBeaconBlockRoot
?:
string
;
parentHash
:
string
;
receiptsRoot
:
string
;
sha3Uncles
:
string
;
size
:
string
;
stateRoot
:
string
;
timestamp
:
string
;
totalDifficulty
?:
string
;
transactions
:
TransactionHashes
|
FullTransactions
;
transactionsRoot
:
string
;
uncles
:
Uncles
;
withdrawals
?:
Withdrawals
;
withdrawalsRoot
?:
string
;
}
Index
Properties
base
Fee
Per
Gas?
blob
Gas
Used?
difficulty?
excess
Blob
Gas?
extra
Data
gas
Limit
gas
Used
hash
logs
Bloom
miner
mix
Hash
nonce
number
parent
Beacon
Block
Root?
parent
Hash
receipts
Root
sha3
Uncles
size
state
Root
timestamp
total
Difficulty?
transactions
transactions
Root
uncles
withdrawals?
withdrawals
Root?
Properties
Optional
base
Fee
Per
Gas
base
Fee
Per
Gas
?:
string
Optional
blob
Gas
Used
blob
Gas
Used
?:
string
Optional
difficulty
difficulty
?:
string
Optional
excess
Blob
Gas
excess
Blob
Gas
?:
string
extra
Data
extra
Data
:
string
gas
Limit
gas
Limit
:
string
gas
Used
gas
Used
:
string
hash
hash
:
string
logs
Bloom
logs
Bloom
:
string
miner
miner
:
string
mix
Hash
mix
Hash
:
string
nonce
nonce
:
string
number
number
:
string
Optional
parent
Beacon
Block
Root
parent
Beacon
Block
Root
?:
string
parent
Hash
parent
Hash
:
string
receipts
Root
receipts
Root
:
string
sha3
Uncles
sha3
Uncles
:
string
size
size
:
string
state
Root
state
Root
:
string
timestamp
timestamp
:
string
Optional
total
Difficulty
total
Difficulty
?:
string
transactions
transactions
:
TransactionHashes
|
FullTransactions
transactions
Root
transactions
Root
:
string
uncles
uncles
:
Uncles
Optional
withdrawals
withdrawals
?:
Withdrawals
Optional
withdrawals
Root
withdrawals
Root
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Fee
Per
Gas
blob
Gas
Used
difficulty
excess
Blob
Gas
extra
Data
gas
Limit
gas
Used
hash
logs
Bloom
miner
mix
Hash
nonce
number
parent
Beacon
Block
Root
parent
Hash
receipts
Root
sha3
Uncles
size
state
Root
timestamp
total
Difficulty
transactions
transactions
Root
uncles
withdrawals
withdrawals
Root
@crownfi/ethereum-rpc-types
Loading...