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 PaymentProtocol.Ack |
PaymentProtocol.parsePaymentAck(Protos.PaymentACK paymentAck)
Parse payment ack into an object.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PaymentProtocol.Ack> |
PaymentSession.sendPayment(List<Transaction> txns,
Address refundAddr,
String memo)
Generates a Payment message and sends the payment to the merchant who sent the PaymentRequest.
|
protected com.google.common.util.concurrent.ListenableFuture<PaymentProtocol.Ack> |
PaymentSession.sendPayment(URL url,
Protos.Payment payment) |
Copyright © 2016. All rights reserved.