BlockchainTransactionData(for ARK)

$BlockchainBase = "ARK"

BlockchainTransactionData[txid]

gives information about the blockchain transaction with ID txid on the ARK blockchain.

BlockchainTransactionData[txid,prop]

gives the specified property of the transaction.

Details

  • Properties include:
  • "TransactionID"transaction ID
    "BlockID"ID of the block containing the transaction
    "BlockNumber"height of the block containing the transaction
    "Confirmations"blocks confirming the block containing the transaction
    "Timestamp"timestamp for the transaction
    "Type"transaction type
    "Version"transaction version number
    "Sender"sender address
    "Recipient"recipient address
    "Amount"total number of ARKtoshis exchanged in this transaction
    "Fee"fee paid for this transaction
    "SenderPublicKey"public key of the sender of the transaction
    "Signature"signature of the sender of the transaction
    "SecondSignature"
  • second signature of the sender of the transaction
  • "Signatures"signatures of the participants of the multisignature transaction
    "VendorField"general purpose data field
    "Asset"data field used for special transaction types
  • BlockchainTransactionData can access the ARK mainnet (default) and devnet. To specify these networks, use the BlockchainBase option.

Examples

open allclose all

Basic Examples  (4)

Get information about a transaction from the ARK blockchain:

Get data from multiple ARK transactions by providing a list of transaction IDs:

Get the amount included in a transaction:

Get multiple properties from an ARK transaction:

Scope  (17)

Amount  (1)

Get the total amount of ARKtoshis exchanged in an ARK transaction:

Asset  (1)

Get the asset data of an ARK transaction:

BlockID  (1)

Get the ID of the block containing an ARK transaction:

BlockNumber  (1)

Get the height of the block containing an ARK transaction:

Confirmations  (1)

Get the confirmations of the block containing an ARK transaction:

Fee  (1)

Get the fee included in an ARK transaction:

Recipient  (1)

Get the address of an ARK transaction's recipient:

SecondSignature  (1)

Get the second signature of an ARK transaction's sender:

Sender  (1)

Get the address of an ARK transaction's sender:

SenderPublicKey  (1)

Get the public key of an ARK transaction's sender:

Signature  (1)

Get the signature of an ARK transaction's sender:

Signatures  (1)

Get the signatures of the participants for a multisignature ARK transaction:

Timestamp  (1)

Get the timestamp of an ARK transaction:

TransactionID  (1)

Get the transaction ID that matches the provided one:

Type  (1)

Get the an ARK transaction's type:

VendorField  (1)

Version  (1)

Get the version of an ARK transaction:

Options  (2)

BlockchainBase  (2)

Devnet  (1)

Get information from an ARK devnet transaction:

Mainnet  (1)

Get information from an ARK mainnet transaction:

Applications  (1)

Get information on the first ARK block:

Randomly select a transaction from this block:

Get detailed information for this transaction:

Convert the transaction amount to fiat currency using the current price:

Possible Issues  (2)

Nonexistent Hashes  (1)

Using a transaction ID from one blockchain in another blockchain will return a Missing output:

Incorrect Hashes  (1)

Providing an invalid transaction ID will return a $Failed output:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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