Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.21 KB

input_fee_history.md

File metadata and controls

13 lines (9 loc) · 1.21 KB

input_fee_history_t

Properties

Name Type Description Notes
schema char * A URL to the JSON Schema for this object. [optional] [readonly]
block_count int The number of blocks in the requested range. Between 1 and 1024 blocks can be requested in a single query. It will return less than the requested range if not all blocks are available [default to 2]
newest_block char * The highest number block of the requested range in hexadecimal format or tags. The supported tag values include earliest for the earliest/genesis block, latest for the latest mined block, pending for the pending state/transactions. [default to 'latest']
reward_percentiles list_t * A list of percentile values with a monotonic increase in value. The transactions will be ranked by effective tip per gas for each block in the requested range, and the corresponding effective tip for the percentile will be calculated while taking gas consumption into consideration

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