IntentMandateValidator.checkExpiry(mandate: IntentMandate,currentDate?: Date,): Promise<boolean>
Static method to check IntentMandate expiry with default config
mandate: IntentMandate
optional
currentDate: Date
IntentMandateValidator.checkExpiry(mandate: IntentMandate,currentDate?: Date,): Promise<boolean>
Static method to check IntentMandate expiry with default config
mandate: IntentMandate
currentDate: Date
import { IntentMandateValidator } from ".";