Skip to main content
Version: v29.0.x

Type Alias: ModifyComplianceRequirementParams

ModifyComplianceRequirementParams = object

Defined in: src/api/procedures/types.ts:1260

Properties

PropertyTypeDescriptionDefined in

conditions

InputCondition[]

array of conditions to replace the existing array of conditions for the requirement (identified by id). Conditions within a requirement are AND between them. This means that in order for a transfer to comply with this requirement, it must fulfill ALL conditions

src/api/procedures/types.ts:1270

id

BigNumber

ID of the Compliance Requirement

src/api/procedures/types.ts:1264