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