BlockchainTransactionSubmit (for Tezos)
BlockchainTransactionSubmit[obj]
submits the operation specified in the BlockchainTransaction object obj to the Tezos blockchain.
Details
- BlockchainTransactionSubmit[obj] submits the operation to a Tezos node for inclusion in a future block.
- BlockchainTransactionSubmit will return a BlockchainTransaction object with the added property "TransactionID".
- BlockchainTransactionData can be applied to the result from BlockchainTransactionSubmit to determine if the submitted operation has been added to the Tezos blockchain yet.
- BlockchainTransactionSubmit can submit operations to the Tezos mainnet (default) and testnet (Ghostnet). These networks are specified in the BlockchainTransaction object.
Examples
Basic Examples (1)
Create a Tezos BlockchainTransaction:
Sign the transaction object using a private key object:
Related Guides
History
Introduced in 2020 (12.2)
Text
Wolfram Research (2020), BlockchainTransactionSubmit, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSubmit-Tezos.html.
CMS
Wolfram Language. 2020. "BlockchainTransactionSubmit." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSubmit-Tezos.html.
APA
Wolfram Language. (2020). BlockchainTransactionSubmit. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSubmit-Tezos.html
BibTeX
@misc{reference.wolfram_2025_blockchaintransactionsubmit, author="Wolfram Research", title="{BlockchainTransactionSubmit}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSubmit-Tezos.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_blockchaintransactionsubmit, organization={Wolfram Research}, title={BlockchainTransactionSubmit}, year={2020}, url={https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSubmit-Tezos.html}, note=[Accessed: 13-August-2025]}