Skip to content

BulkAssetOptInOutResult

@algorandfoundation/algokit-utils / types/asset-manager / BulkAssetOptInOutResult

types/asset-manager.BulkAssetOptInOutResult

Individual result from performing a bulk opt-in or bulk opt-out for an account against a series of assets.

Table of contents

Properties

Properties

assetId

assetId: bigint

The ID of the asset opted into / out of

Defined in

src/types/asset-manager.ts:11


transactionId

transactionId: string

The transaction ID of the resulting opt in / out

Defined in

src/types/asset-manager.ts:13