Skip to content

This is the old Algorand Developer Portal. Please head over to dev.algorand.co to explore our newly rebuilt documentation site. Please excuse us as we continue to transition content to the new portal

创建文章

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.SendTransactionResult

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

Interface: SendTransactionResult

types/transaction.SendTransactionResult

The result of sending a transaction

Hierarchy

  • SendTransactionResult

AppCallTransactionResultOfType

ConfirmedTransactionResult

ConfirmedTransactionResults

Table of contents

Properties

Properties

confirmation

Optional confirmation: PendingTransactionResponse

The response if the transaction was sent and waited for

Defined in

src/types/transaction.ts:53


transaction

transaction: Transaction

The transaction

Defined in

src/types/transaction.ts:51