Skip to content

TransactionToSign

Defined in: src/transaction/types.ts:101

Defines an unsigned transaction that will appear in a group of transactions along with its signing information

signer: AddressWithTransactionSigner | TransactionSigner

Defined in: src/transaction/types.ts:105

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


transaction: Transaction

Defined in: src/transaction/types.ts:103

The unsigned transaction to sign and send