AddressInterface

A bitcoin address

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun isValidForNetwork(network: Network): Boolean

Is the address valid for the provided network

Link copied to clipboard
abstract fun scriptPubkey(): Script

Return the scriptPubKey underlying an address.

Link copied to clipboard
abstract fun toAddressData(): AddressData

Return the data for the address.

Link copied to clipboard
abstract fun toQrUri(): String

Return a BIP-21 URI string for this address.