Cashu-TS - v3.3.0
    Preparing search index...

    Interface P2PKVerificationResult

    interface P2PKVerificationResult {
        eligibleSigners: number;
        lockState: LockState;
        path: P2PKSpendingPath;
        receivedSigners: string[];
        requiredSigners: number;
        success: boolean;
    }
    Index

    Properties

    eligibleSigners: number
    lockState: LockState
    receivedSigners: string[]
    requiredSigners: number
    success: boolean