You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description:"The `get-burn-block-info?` function fetches data for a block of the given *burnchain* block height. The
1781
-
value and type returned are determined by the specified `BlockInfoPropertyName`. Valid values for `block-height` only
1781
+
value and type returned are determined by the specified `BlockInfoPropertyName`. Valid values for `burn-block-height` only
1782
1782
include heights between the burnchain height at the time the Stacks chain was launched, and the last-processed burnchain
1783
-
block. If the `block-height` argument falls outside of this range, then `none` shall be returned.
1783
+
block. If the `burn-block-height` argument falls outside of this range, then `none` shall be returned.
1784
1784
1785
1785
The following `BlockInfoPropertyName` values are defined:
1786
1786
1787
1787
* The `header-hash` property returns a 32-byte buffer representing the header hash of the burnchain block at
1788
-
burnchain height `block-height`.
1788
+
burnchain height `burn-block-height`.
1789
1789
1790
1790
* The `pox-addrs` property returns a tuple with two items: a list of up to two PoX addresses that received a PoX payout at that block height, and the amount of burnchain
1791
1791
tokens paid to each address (note that per the blockchain consensus rules, each PoX payout will be the same for each address in the block-commit transaction).
@@ -1811,11 +1811,11 @@ The `addrs` list contains the same PoX address values passed into the PoX smart
0 commit comments