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