Package org.bitcoindevkit
Class Address
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
,org.bitcoindevkit.AddressInterface
,org.bitcoindevkit.Disposable
public class Address implements Disposable, AutoCloseable, AddressInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Address.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Address.Companion
Companion
-
Method Summary
Modifier and Type Method Description Unit
destroy()
Unit
close()
final Pointer
uniffiClonePointer()
Boolean
isValidForNetwork(Network network)
Script
scriptPubkey()
AddressData
toAddressData()
String
toQrUri()
String
toString()
-
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
isValidForNetwork
Boolean isValidForNetwork(Network network)
-
scriptPubkey
Script scriptPubkey()
-
toAddressData
AddressData toAddressData()
-
-