method MandateValidationStrategyRegistry.prototype.validateMandate
MandateValidationStrategyRegistry.prototype.validateMandate(mandate: Mandate): Promise<ValidationResult>

Validate mandate by detecting type and using appropriate strategy

Parameters

mandate: Mandate

Return Type

Usage

import { MandateValidationStrategyRegistry } from ".";