method BaseMandate.prototype.generateUniqueId
BaseMandate.prototype.generateUniqueId(): string

Generate a unique ID using SHA-256 hash of mandate data + timestamp This ensures integrity and prevents collisions without affecting the standard AP2 signature

Return Type

string

Usage

import { BaseMandate } from ".";