Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Retrieve information about a random block on a blockchain
ResourceFunction["RandomBlockchainBlockData"][] gives information about a random block on the blockchain specified by $BlockchainBase. | |
ResourceFunction["RandomBlockchainBlockData"][prop] retrieves the specified property of the block. | |
ResourceFunction["RandomBlockchainBlockData"][{prop1,prop2,…}] retrieves a list of property values. |
Get data on a random block from $BlockchainBase:
In[1]:= |
Out[1]= |
Specify a blockchain:
In[2]:= |
Out[2]= |
Get just the size of the block:
In[3]:= |
Out[3]= |
Get several properties:
In[4]:= |
Out[4]= |
Get block information from the Wolfram blockchain:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License