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

Check if IntentMandate has expired

Parameters

intentMandate: IntentMandate
optional
currentDate: Date

Return Type

Promise<boolean>

Usage

import { IntentMandateValidator } from ".";