Cashu-TS - v4.0.0-rc3
    Preparing search index...

    Interface P2PKPathInfo

    Signature info for a single spending path (main or refund).

    interface P2PKPathInfo {
        pubkeys: string[];
        receivedSigners: string[];
        requiredSigners: number;
    }
    Index

    Properties

    pubkeys: string[]

    Canonical hex pubkeys eligible to sign for this path.

    receivedSigners: string[]

    Canonical hex pubkeys whose signatures were accepted.

    requiredSigners: number

    Number of signatures required (threshold).