Package org.bitcoindevkit
Object Address.Companion
-
- All Implemented Interfaces:
public class Address.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Address.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AddressfromScript(Script script, Network network)Parse a script as an address for the given network -
-
Method Detail
-
fromScript
final Address fromScript(Script script, Network network)
Parse a script as an address for the given network
-
-
-
-