Skip to content

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

signer: SendTransactionFrom

The account to use to sign the transaction, either an account (with private key loaded) or a logic signature account

src/types/transaction.ts:115


transaction: Transaction

The unsigned transaction to sign and send

src/types/transaction.ts:113