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
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”signer
Section titled “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
Section titled “Defined in”transaction
Section titled “transaction”• transaction: Transaction
The unsigned transaction to sign and send