| Package | Description | 
|---|---|
| org.bitcoinj.protocols.payments | 
 The BIP70 payment protocol wraps Bitcoin transactions and adds various useful features like memos, refund addresses
 and authentication. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static 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 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 ListenableFuture<PaymentSession> | 
PaymentSession.createFromBitcoinUri(BitcoinURI uri,
                    boolean verifyPki,
                    TrustStoreLoader trustStoreLoader)
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri. 
 | 
Copyright © 2016. All rights reserved.