Skip to content

SendTransactionResult

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

types/transaction.SendTransactionResult

The result of sending a transaction

Hierarchy

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


transaction

transaction: Transaction

The transaction

Defined in

src/types/transaction.ts:55