Append a public key to the spending-condition of the transaction
the public key to append
import { makeSTXTokenTransfer } from '@stacks/transactions';
const transaction = makeSTXTokenTransfer({ ... });
transaction.appendPubkey('034f355bdcb7cc0af728..24c0e585c5e89ac788521e0');
Set the total fee to be paid for this transaction
Set the transaction nonce
the nonce value
Set the transaction sponsor nonce
the sponsor nonce value
Warning: method mutates the condition
param
condition
is mutated by this method
Generated using TypeDoc
Deprecated
Not used, starting with Stacks 2.5. Still needed for serialization.