Package | Description |
---|---|
org.bitcoinj.uri |
Parsing and handling of bitcoin: textual URIs as found in qr codes and web links.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionalFieldValidationException
Exception to provide the following to
BitcoinURI : |
class |
RequiredFieldValidationException
Exception to provide the following to
BitcoinURI : |
Constructor and Description |
---|
BitcoinURI(NetworkParameters params,
String input)
Constructs a new object by trying to parse the input as a valid Bitcoin URI.
|
BitcoinURI(String uri)
Constructs a new BitcoinURI from the given string.
|
Copyright © 2016. All rights reserved.