BlockchainData(for ARK)

$BlockchainBase = "ARK"

BlockchainData[]

gives information about the ARK blockchain.

BlockchainData[property]

gives the value of the specified property of the ARK blockchain.

Details

  • BlockchainData[ ] gives an association that includes a collection of properties of the blockchain.
  • Properties include:
  • "Token"name of token
    "Symbol"token symbol
    "Blocks"current total number of blocks in the ARK blockchain
    "LatestBlockID"ID of latest block in the ARK blockchain
    "FeeStatistics"statistics about fees
    "NetHash"network identifier hash
    "ExplorerURL"URL of official ARK explorer
    "Version"version byte for address encoding
    "Constants"network-specific properties of the ARK blockchain
  • "FeeStatistics" gives an association with the following properties as its keys:
  • "Type"transaction type
    "MinimumFee"minimum dynamic fee
    "MaximumFee"maximum dynamic fee
    "AverageFee"average dynamic fee
  • "Constants" gives an association with the following properties as its keys:
  • "Height"height since these properties are valid
    "Reward"reward for forging a block
    "ActiveDelegates"number of active delegates
    "BlockTime"time between blocks in seconds
    "Block"block properties
    "Epoch"start date of the blockchain
    "StaticFees"static fees for all transaction types
  • "Block" inside "Constants" gives an association with the following properties as its keys:
  • "BlockVersion"block version
    "MaxTransactions"maximum number of transactions per block
    "MaxPayload"maximum payload size per block
    "AcceptExpiredTransactionTimestamps"inclusion of expired transactions in a block
    "BlockIDSHA256"use of hashes as block identifiers
  • BlockchainData can access the ARK mainnet (default) and devnet. To specify these networks, use the BlockchainBase option.

Examples

open allclose all

Basic Examples  (4)

Get basic information on the ARK blockchain:

Get the number of blocks in the ARK blockchain:

Get statistics on fees for different transaction types in the ARK blockchain:

Get multiple properties from the ARK blockchain:

Scope  (9)

Blocks  (1)

Get the current total number of blocks in the ARK blockchain:

Constants  (1)

Get details about properties of the ARK network:

ExplorerURL  (1)

Get the URL of the official ARK explorer:

FeeStatistics  (1)

Get statistics about transaction fees in the ARK blockchain:

LatestBlockID  (1)

Get the ID of the latest block in the ARK blockchain:

NetHash  (1)

Get the ARK network identifier:

Symbol  (1)

Get the ARK token symbol:

Token  (1)

Get the ARK token name:

Version  (1)

Get the version byte for ARK address encoding:

Options  (2)

BlockchainBase  (2)

Devnet  (1)

Get basic information on the ARK blockchain devnet:

Mainnet  (1)

Get basic information on the ARK blockchain mainnet:

Wolfram Research (2019), BlockchainData, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainData-ARK.html.

Text

Wolfram Research (2019), BlockchainData, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainData-ARK.html.

CMS

Wolfram Language. 2019. "BlockchainData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/blockchain/BlockchainData-ARK.html.

APA

Wolfram Language. (2019). BlockchainData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/blockchain/BlockchainData-ARK.html

BibTeX

@misc{reference.wolfram_2023_blockchaindata, author="Wolfram Research", title="{BlockchainData}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/blockchain/BlockchainData-ARK.html}", note=[Accessed: 18-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_blockchaindata, organization={Wolfram Research}, title={BlockchainData}, year={2019}, url={https://reference.wolfram.com/language/ref/blockchain/BlockchainData-ARK.html}, note=[Accessed: 18-April-2024 ]}