Skip to content

Create Publication

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