TransactionToSign
@algorandfoundation/algokit-utils / types/transaction / TransactionToSign
types/transaction.TransactionToSign
Defines an unsigned transaction that will appear in a group of transactions along with its signing information
Table of contents
Properties
Properties
signer
• signer: SendTransactionFrom
The account to use to sign the transaction, either an account (with private key loaded) or a logic signature account
Defined in
transaction
• transaction: Transaction
The unsigned transaction to sign and send