BlockchainBlockData (for Tezos)
BlockchainBlockData["blockid"]
gives information about the block with the specified block ID on the Tezos blockchain.
gives information about block n on the Tezos blockchain.
gives information about the block n elements from the end of the Tezos blockchain.
BlockchainBlockData[bspec,prop]
gives the specified property of the block.
Details
- BlockchainBlockData[-1] gives information on the latest Tezos block.
- Properties include:
-
"BlockHash" hash of this block "BlockNumber" number (height) of this block in the Tezos blockchain "PreviousBlockHash" hash of the previous block "Protocol" protocol of this block "NextProtocol" protocol of next block "Timestamp" time when this block was baked "ValidationPass" number of validation passes "OperationsHash" hash of a list of root hashes of Merkle trees of operations "Fitness" metric used to compare contexts "ContextHash" hash of the state of the context after application of this block "Priority" position in the priority list of delegates at which the block was baked "Nonce" proof-of-work nonce used when baking this block "Signature" signature of the baking delegate of this block "ConsumedGas" total gas consumed in this block "Proposer" the delegate that proposed this block "Baker" the delegate that baked this block "BlockReward" reward for baking this block "BlockFees" sum of all the fees in this block's operations "TotalTransactions" total number of operations in this block "TransactionList" list of operation hashes in this block "TransactionListDetails" list of operation hashes in this block grouped by operation type - Possible options include:
-
BlockchainBase Automatic sets the blockchain and its network MaxItems All the maximum number of items to return - BlockchainBlockData can access the Tezos mainnet (default), testnet and voting process testing period chain fork. To specify these networks, use the BlockchainBase option.
- The setting for MaxItems specifies the maximum number of operations to include in the result.
Examples
open allclose allBasic Examples (6)
Scope (21)
Options (3)
Possible Issues (2)
Text
Wolfram Research (2020), BlockchainBlockData, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainBlockData-Tezos.html.
CMS
Wolfram Language. 2020. "BlockchainBlockData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/blockchain/BlockchainBlockData-Tezos.html.
APA
Wolfram Language. (2020). BlockchainBlockData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/blockchain/BlockchainBlockData-Tezos.html