method BaseMandate.prototype.verify
BaseMandate.prototype.verify(
publicKey: string,
...args: any[],
): Promise<boolean>

Optional method for verifying the mandate signature (not applicable to all mandate types) IntentMandates don't implement this, only CartMandates do

Parameters

publicKey: string
...args: any[]

Return Type

Promise<boolean>

Usage

import { BaseMandate } from ".";