Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 3.64 KB

File metadata and controls

38 lines (33 loc) · 3.64 KB

GetBlockDetailsByBlockHashFromCallbackRIBS

Properties

Name Type Description Notes
uncles [str] [optional]
bits str Represents a specific sub-unit of Zcash. Bits have two-decimal precision [optional]
chainwork str Represents a hexadecimal number of all the hashes necessary to produce the current chain. E.g., when converting 0000000000000000000000000000000000000000000086859f7a841475b236fd to a decimal you get 635262017308958427068157 hashes, or 635262 exahashes. [optional]
difficulty str Defines how difficult it is for a specific miner to mine the block. [optional]
merkle_root str Defines the single and final (root) node of a Merkle tree. It is the combined hash of all transactions' hashes that are part of a blockchain block. [optional]
nonce str Represents a random value that can be adjusted to satisfy the proof of work [optional]
size int Represents the total size of the block in Bytes. [optional]
stripped_size int Defines the numeric representation of the block size excluding the witness data. [optional]
version int Represents the transaction version number. [optional]
version_hex str Is the hexadecimal string representation of the block's version. [optional]
weight int Represents a measurement to compare the size of different transactions to each other in proportion to the block size limit. [optional]
strippedsize int Defines the numeric representation of the block size excluding the witness data. [optional]
extra_data str Represents any data that can be included by the miner in the block. [optional]
gas_limit int Represents the maximum amount of gas allowed in the block in order to determine how many transactions it can fit. [optional]
gas_used int Defines how much of the gas for the block has been used. [optional]
mined_in_seconds int Specifies the amount of time required for the block to be mined in seconds. [optional]
sha3_uncles str Defines the combined hash of all uncles for a given parent. [optional]
total_difficulty str 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. [optional]
ds_block int Represents the Directory Service block which contains metadata about the miners who participate in the consensus protocol. [optional]
ds_difficulty str Defines how difficult it is to mine the dsBlocks. [optional]
ds_leader str Represents a part of the DS Committee which leads the consensus protocol for the epoch. [optional]
micro_blocks [str] [optional]
total_coins GetLatestMinedXRPRippleBlockRITotalCoins [optional]
total_fees GetLatestMinedXRPRippleBlockRITotalFees [optional]
bandwidth_used str Represents the bandwidth used for the transaction. [optional]
burned_trx str Represents the block burned TRX. [optional]
energy_used str Representats the used energy for the transaction. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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