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

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

Interface: AtomicTransactionComposerToSend

types/transaction.AtomicTransactionComposerToSend

An AtomicTransactionComposer with transactions to send.

Table of contents

Properties

Properties

atc

atc: AtomicTransactionComposer

The AtomicTransactionComposer with transactions loaded to send

Defined in

src/types/transaction.ts:128


sendParams

Optional sendParams: Omit\<SendTransactionParams, "fee" | "maxFee" | "skipSending" | "atc">

Any parameters to control the semantics of the send to the network

Defined in

src/types/transaction.ts:130