Function parseMultisigWalletDescriptor

  • Computes wallet policy and extracts wallet keys.

    Parameters

    • descriptor: string

    Returns {
        keys: WalletKey[];
        policy: string;
    }

    • keys: WalletKey[]
    • policy: string