For the complete documentation index, see llms.txt. This page is also available as Markdown.

SetAssetRequirementsParams

Hierarchy

  • SetAssetRequirementsParams

Index

Properties

Properties

requirements

requirements: Condition[][]

Defined in src/api/procedures/setAssetRequirements.ts:18

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

Last updated

Was this helpful?