package bip47
- Alphabetic
- Public
- Protected
Type Members
- sealed abstract class BIP47Account extends AnyRef
Represents a BIP47 account at derivation path m/47'/coin_type'/account'.
Represents a BIP47 account at derivation path m/47'/coin_type'/account'.
- See also
- sealed abstract class PaymentAddress extends AnyRef
Represents a derived payment address for BIP47 transactions.
Represents a derived payment address for BIP47 transactions. Used for both sending and receiving payments.
- sealed abstract class PaymentCode extends NetworkElement
Represents a BIP47 reusable payment code.
Represents a BIP47 reusable payment code.
- See also
- sealed abstract class PaymentCodeVersion extends AnyRef
- sealed abstract class SecretPoint extends AnyRef
Represents an ECDH shared secret point between two parties.
Represents an ECDH shared secret point between two parties. Used in BIP47 to derive shared secrets for payment address generation.
- sealed abstract class WatchOnlyBIP47Account extends AnyRef
Watch-only BIP47 account created from a payment code (no private keys).
Value Members
- object BIP47Account
- object PaymentAddress
- object PaymentCode extends Factory[PaymentCode]
- object PaymentCodeVersion
- object SecretPoint
- object WatchOnlyBIP47Account