UNPKG

@cashu/cashu-ts

Version:

cashu library for communicating with a cashu mint

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