Skip to content

SendParams

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

types/transaction.SendParams

Parameters to configure transaction sending.

Hierarchy

Table of contents

Properties

Properties

coverAppCallInnerTransactionFees

Optional coverAppCallInnerTransactionFees: boolean

Whether to use simulate to automatically calculate required app call inner transaction fees and cover them in the parent app call transaction fee

Defined in

src/types/transaction.ts:142


maxRoundsToWaitForConfirmation

Optional maxRoundsToWaitForConfirmation: number

The number of rounds to wait for confirmation. By default until the latest lastValid has past.

Defined in

src/types/transaction.ts:136


populateAppCallResources

Optional populateAppCallResources: boolean

Whether to use simulate to automatically populate app call resources in the txn objects. Defaults to Config.populateAppCallResources.

Defined in

src/types/transaction.ts:140


suppressLog

Optional suppressLog: boolean

Whether to suppress log messages from transaction send, default: do not suppress.

Defined in

src/types/transaction.ts:138