Data Transactions
Adding Data to your transaction
STAS-20 data output
const data = [
"Some plain text string",
"Some other plain text string"
]
const transferHex = await stasTransfer.signed(
ownerPrivatekey,
stasUtxo,
destinationAddress,
paymentUtxo,
paymentPrivateKey,
data
)STAS-789 data append
Last updated