Package org.bitcoindevkit
Interface AddressInterface
-
- All Implemented Interfaces:
public interface AddressInterfaceA bitcoin address
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAddressInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract BooleanisValidForNetwork(Network network)Is the address valid for the provided network abstract ScriptscriptPubkey()Return the scriptPubKeyunderlying an address.abstract AddressDatatoAddressData()Return the data for the address. abstract StringtoQrUri()Return a BIP-21 URI string for this address. -
-
Method Detail
-
isValidForNetwork
abstract Boolean isValidForNetwork(Network network)
Is the address valid for the provided network
-
scriptPubkey
abstract Script scriptPubkey()
Return the
scriptPubKeyunderlying an address.
-
toAddressData
abstract AddressData toAddressData()
Return the data for the address.
-
-
-
-