BlockchainTransactionSign (for Tezos)
BlockchainTransactionSign[obj,key]
digitally signs a Tezos blockchain operation using the specified private key.
Details
- Digitally sign a Tezos blockchain operation using the specified private key.
- In BlockchainTransactionSign[obj,…], obj is a BlockchainTransaction object.
- The key for BlockchainTransactionSign must be a PrivateKey object or a hex string representing an ed25519 private key.
- BlockchainTransactionSign returns a blockchain transaction object with True as the value of its property "Signed" and with the added property "RawTransaction".
Examples
open all close allBasic Examples (1)
Create a Tezos BlockchainTransaction:
Scope (4)
Applications (1)
Create a Tezos BlockchainTransaction:
Possible Issues (2)
Incorrect Private Key (1)
Related Guides
History
Introduced in 2020 (12.2)
Text
Wolfram Research (2020), BlockchainTransactionSign, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSign-Tezos.html.
CMS
Wolfram Language. 2020. "BlockchainTransactionSign." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSign-Tezos.html.
APA
Wolfram Language. (2020). BlockchainTransactionSign. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSign-Tezos.html
BibTeX
@misc{reference.wolfram_2025_blockchaintransactionsign, author="Wolfram Research", title="{BlockchainTransactionSign}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSign-Tezos.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_blockchaintransactionsign, organization={Wolfram Research}, title={BlockchainTransactionSign}, year={2020}, url={https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSign-Tezos.html}, note=[Accessed: 13-August-2025]}