-
public class Descriptor.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Descriptor.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DescriptornewBip44(DescriptorSecretKey secretKey, KeychainKind keychainKind, Network network)Multi-account hierarchy descriptor: https://github.com/bitcoin/bips/blob/master/bip-0044. final DescriptornewBip44Public(DescriptorPublicKey publicKey, String fingerprint, KeychainKind keychainKind, Network network)Multi-account hierarchy descriptor: https://github.com/bitcoin/bips/blob/master/bip-0044. final DescriptornewBip49(DescriptorSecretKey secretKey, KeychainKind keychainKind, Network network)P2SH nested P2WSH descriptor: https://github.com/bitcoin/bips/blob/master/bip-0049. final DescriptornewBip49Public(DescriptorPublicKey publicKey, String fingerprint, KeychainKind keychainKind, Network network)P2SH nested P2WSH descriptor: https://github.com/bitcoin/bips/blob/master/bip-0049. final DescriptornewBip84(DescriptorSecretKey secretKey, KeychainKind keychainKind, Network network)Pay to witness PKH descriptor: https://github.com/bitcoin/bips/blob/master/bip-0084. final DescriptornewBip84Public(DescriptorPublicKey publicKey, String fingerprint, KeychainKind keychainKind, Network network)Pay to witness PKH descriptor: https://github.com/bitcoin/bips/blob/master/bip-0084. final DescriptornewBip86(DescriptorSecretKey secretKey, KeychainKind keychainKind, Network network)Single key P2TR descriptor: https://github.com/bitcoin/bips/blob/master/bip-0086. final DescriptornewBip86Public(DescriptorPublicKey publicKey, String fingerprint, KeychainKind keychainKind, Network network)Single key P2TR descriptor: https://github.com/bitcoin/bips/blob/master/bip-0086. -
-
Method Detail
-
newBip44
final Descriptor newBip44(DescriptorSecretKey secretKey, KeychainKind keychainKind, Network network)
Multi-account hierarchy descriptor: https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki
-
newBip44Public
final Descriptor newBip44Public(DescriptorPublicKey publicKey, String fingerprint, KeychainKind keychainKind, Network network)
Multi-account hierarchy descriptor: https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki
-
newBip49
final Descriptor newBip49(DescriptorSecretKey secretKey, KeychainKind keychainKind, Network network)
P2SH nested P2WSH descriptor: https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki
-
newBip49Public
final Descriptor newBip49Public(DescriptorPublicKey publicKey, String fingerprint, KeychainKind keychainKind, Network network)
P2SH nested P2WSH descriptor: https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki
-
newBip84
final Descriptor newBip84(DescriptorSecretKey secretKey, KeychainKind keychainKind, Network network)
Pay to witness PKH descriptor: https://github.com/bitcoin/bips/blob/master/bip-0084.mediawiki
-
newBip84Public
final Descriptor newBip84Public(DescriptorPublicKey publicKey, String fingerprint, KeychainKind keychainKind, Network network)
Pay to witness PKH descriptor: https://github.com/bitcoin/bips/blob/master/bip-0084.mediawiki
-
newBip86
final Descriptor newBip86(DescriptorSecretKey secretKey, KeychainKind keychainKind, Network network)
Single key P2TR descriptor: https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki
-
newBip86Public
final Descriptor newBip86Public(DescriptorPublicKey publicKey, String fingerprint, KeychainKind keychainKind, Network network)
Single key P2TR descriptor: https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki
-
-
-
-