Class MarriedKeyChain.Builder<T extends MarriedKeyChain.Builder<T>>

    • Constructor Detail

      • Builder

        protected Builder()
    • Method Detail

      • followingKeys

        public T followingKeys​(java.util.List<DeterministicKey> followingKeys)
      • threshold

        public T threshold​(int threshold)

        Threshold, or (followingKeys.size() + 1) / 2 + 1) (majority) if unspecified.

        IMPORTANT: As of Bitcoin Core 0.9 all multisig transactions which require more than 3 public keys are non-standard and such spends won't be processed by peers with default settings, essentially making such transactions almost nonspendable