method IntentMandateValidationStrategy.prototype.checkExpiry
IntentMandateValidationStrategy.prototype.checkExpiry(
mandate: IntentMandate,
currentDate?: Date,
): Promise<boolean>

Parameters

optional
currentDate: Date

Return Type

Promise<boolean>

Usage

import { IntentMandateValidationStrategy } from ".";