Package | Description |
---|---|
com.google.bitcoin.protocols.payments |
Modifier and Type | Method and Description |
---|---|
static com.google.common.util.concurrent.ListenableFuture<PaymentSession> |
PaymentSession.createFromBitcoinUri(BitcoinURI uri)
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri.
|
static com.google.common.util.concurrent.ListenableFuture<PaymentSession> |
PaymentSession.createFromBitcoinUri(BitcoinURI uri,
boolean verifyPki)
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri.
|
static com.google.common.util.concurrent.ListenableFuture<PaymentSession> |
PaymentSession.createFromBitcoinUri(BitcoinURI uri,
boolean verifyPki,
String trustStorePath)
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri.
|
Copyright © 2014. All rights reserved.