AssetBulkOptInOutParams
@algorandfoundation/algokit-utils / types/asset / AssetBulkOptInOutParams
types/asset.AssetBulkOptInOutParams
Deprecated
Parameters for assetBulkOptIn / assetBulkOptOut call.
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”account
Section titled “account”• account: SendTransactionFrom
The account to opt in/out for
Defined in
Section titled “Defined in”assetIds
Section titled “assetIds”• assetIds: number[]
The IDs of the assets to opt in for / out of
Defined in
Section titled “Defined in”maxFee
Section titled “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
Section titled “Defined in”• Optional note: TransactionNote
The (optional) transaction note
Defined in
Section titled “Defined in”suppressLog
Section titled “suppressLog”• Optional suppressLog: boolean
Whether to suppress log messages from transaction send, default: do not suppress
Defined in
Section titled “Defined in”transactionParams
Section titled “transactionParams”• Optional transactionParams: SuggestedParams
Optional transaction parameters
Defined in
Section titled “Defined in”validateBalances
Section titled “validateBalances”• Optional validateBalances: boolean
Whether or not to validate the opt-in/out is valid before issuing transactions; default = true