UNPKG

@cashu/crypto

Version:
5 lines (4 loc) 258 B
import { Proof } from '../common/index.js'; import { BlindedMessage } from '../client/index.js'; export declare const verifyP2PKSig: (proof: Proof) => boolean; export declare const verifyP2PKSigOutput: (output: BlindedMessage, publicKey: string) => boolean;