Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.39 KB

GetBlockDetailsByBlockHeightFromCallbackRIBSP.md

File metadata and controls

18 lines (15 loc) · 1.39 KB

# GetBlockDetailsByBlockHeightFromCallbackRIBSP

Properties

Name Type Description Notes
difficulty string Represents a mathematical value of how hard it is to find a valid hash for this block.
extra_data string Represents any data that can be included by the miner in the block.
gas_limit string Represents the amount of gas used by this specific transaction alone.
gas_used string Represents the exact unit of gas that was used for the transaction.
mined_in_seconds int Specifies the amount of time required for the block to be mined in seconds.
nonce string Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address.
sha3_uncles string Defines the combined hash of all uncles for a given parent.
size int Represents the total size of the block in Bytes.
total_difficulty string Defines the total difficulty of the chain until this block, i.e. how difficult it is for a specific miner to mine a new block.
uncles string[]

[Back to Model list] [Back to API list] [Back to README]