Skip to content

api.procedures.types.SetAssetRequirementsParams

prashantasdeveloper edited this page Dec 12, 2024 · 73 revisions

Interface: SetAssetRequirementsParams

api/procedures/types.SetAssetRequirementsParams

Table of contents

Properties

Properties

requirements

requirements: InputCondition[][]

array of array of conditions. For a transfer to be successful, it must comply with all the conditions of at least one of the arrays. In other words, higher level arrays are OR between them, while conditions inside each array are AND between them

Defined in

api/procedures/types.ts:1274

Clone this wiki locally