BlockchainTransactionSign (for Tezos)

BlockchainTransactionSign[obj,key]

digitally signs a Tezos blockchain operation using the specified private key.

Details

Examples

open allclose all

Basic Examples  (1)

Create a Tezos BlockchainTransaction:

Sign the transaction object using a private key object:

Scope  (4)

Edwards Curve (ed25519)  (1)

Sign a Tezos transaction object using an ed25519 private key:

Elliptic Curve (prime256v1)  (1)

Sign a Tezos transaction object using a prime256v1 private key:

Elliptic Curve (secp256k1)  (1)

Sign a Tezos transaction object using a secp256k1 private key:

Hexadecimal Private Key  (1)

Sign a Tezos transaction object using a hexadecimal private key:

This 32-byte hexadecimal string will be assumed to be an ed25519 private key:

Applications  (1)

Create a Tezos BlockchainTransaction:

Sign the transaction object using a private key object:

Send the signed operation to the Tezos blockchain:

Possible Issues  (2)

Hexadecimal String  (1)

A 32-byte hexadecimal string will be assumed to be an ed25519 private key:

Incorrect Private Key  (1)

Providing an invalid private key will return a $Failed output:

Wolfram Research (2020), BlockchainTransactionSign, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSign-Tezos.html.

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_2023_blockchaintransactionsign, author="Wolfram Research", title="{BlockchainTransactionSign}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSign-Tezos.html}", note=[Accessed: 28-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_blockchaintransactionsign, organization={Wolfram Research}, title={BlockchainTransactionSign}, year={2020}, url={https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSign-Tezos.html}, note=[Accessed: 28-March-2024 ]}