Optional
postConditions: LengthPrefixedListOptional
postConditionMode: PostConditionModeOptional
anchorMode: "onChainOnly" | "offChainOnly" | "any" | AnchorModeOptional
chainId: ChainIdthe 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
Append a public key to the spending-condition of the transaction