Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types transaction.TransactionToSign

@algorandfoundation/algokit-utils / types/transaction / TransactionToSign

Interface: 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

src/types/transaction.ts:107


transaction

transaction: Transaction

The unsigned transaction to sign and send

Defined in

src/types/transaction.ts:105