Add blockhash to docs (#5653)
Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
@ -14,6 +14,7 @@ pragma solidity ^0.8.20;
|
||||
* Before that, only block hashes since the fork block will be available.
|
||||
*/
|
||||
library Blockhash {
|
||||
/// @dev Address of the EIP-2935 history storage contract.
|
||||
address internal constant HISTORY_STORAGE_ADDRESS = 0x0000F90827F1C53a10cb7A02335B175320002935;
|
||||
|
||||
/**
|
||||
|
||||
@ -45,6 +45,7 @@ Miscellaneous contracts and libraries containing utility functions you can use t
|
||||
* {Panic}: A library to revert with https://docs.soliditylang.org/en/v0.8.20/control-structures.html#panic-via-assert-and-error-via-require[Solidity panic codes].
|
||||
* {Comparators}: A library that contains comparator functions to use with the {Heap} library.
|
||||
* {CAIP2}, {CAIP10}: Libraries for formatting and parsing CAIP-2 and CAIP-10 identifiers.
|
||||
* {Blockhash}: A library for accessing historical block hashes beyond the standard 256 block limit utilizing EIP-2935's historical blockhash functionality.
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
@ -156,3 +157,5 @@ Ethereum contracts have no native concept of an interface, so applications must
|
||||
{{CAIP2}}
|
||||
|
||||
{{CAIP10}}
|
||||
|
||||
{{Blockhash}}
|
||||
|
||||
Reference in New Issue
Block a user