Package 

Interface DescriptorInterface


  • 
    public interface DescriptorInterface
    
                        

    An expression of how to derive output scripts: https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md

    • Method Summary

      Modifier and Type Method Description
      abstract DescriptorType descType()
      abstract DescriptorId descriptorId() A unique identifier for the descriptor.
      abstract Boolean isMultipath() Does this descriptor contain paths: https://github.com/bitcoin/bips/blob/master/bip-0389.
      abstract ULong maxWeightToSatisfy() Computes an upper bound on the difference between a non-satisfied TxIn's segwit_weight and a satisfied TxIn's segwit_weight.
      abstract List<Descriptor> toSingleDescriptors() Return descriptors for all valid paths.
      abstract String toStringWithSecret() Dangerously convert the descriptor to a string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait