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

@algorandfoundation/algokit-utils / types/asset / AssetBulkOptInOutParams

Interface: AssetBulkOptInOutParams

types/asset.AssetBulkOptInOutParams

Parameters for assetBulkOptIn / assetBulkOptOut call.

Table of contents

Properties

Properties

account

account: SendTransactionFrom

The account to opt in/out for

Defined in

src/types/asset.ts:31


assetIds

assetIds: number[]

The IDs of the assets to opt in for / out of

Defined in

src/types/asset.ts:33


maxFee

Optional maxFee: AlgoAmount

The maximum fee that you are happy to pay per transaction (default: unbounded) - if this is set it's possible the transaction could get rejected during network congestion

Defined in

src/types/asset.ts:41


note

Optional note: TransactionNote

The (optional) transaction note

Defined in

src/types/asset.ts:39


suppressLog

Optional suppressLog: boolean

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

Defined in

src/types/asset.ts:43


transactionParams

Optional transactionParams: SuggestedParams

Optional transaction parameters

Defined in

src/types/asset.ts:37


validateBalances

Optional validateBalances: boolean

Whether or not to validate the opt-in/out is valid before issuing transactions; default = true

Defined in

src/types/asset.ts:35