method BaseMandate.prototype.sign
BaseMandate.prototype.sign(
privateKey: string,
...args: any[],
): Promise<void>

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

Parameters

privateKey: string
...args: any[]

Return Type

Promise<void>

Usage

import { BaseMandate } from ".";