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
Properties
Section titled “Properties”signer
Section titled “signer”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
Section titled “transaction”transaction:
Transaction
Defined in: src/transaction/types.ts:103
The unsigned transaction to sign and send