Package | Description |
---|---|
org.bitcoin.protocols.payments | |
org.bitcoinj.protocols.payments |
The BIP70 payment protocol wraps Bitcoin transactions and adds various useful features like memos, refund addresses
and authentication.
|
org.bitcoinj.wallet |
Classes that support the
Wallet , which knows how to find and save transactions relevant to
a set of keys or scripts, calculate balances, and spend money: the wallet has many features and can be extended
in various ways, please refer to the website for documentation on how to use it. |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Protos.PaymentDetails> |
Protos.PaymentDetails.PARSER |
Modifier and Type | Method and Description |
---|---|
Protos.PaymentDetails |
Protos.PaymentDetails.Builder.build() |
Protos.PaymentDetails |
Protos.PaymentDetails.Builder.buildPartial() |
static Protos.PaymentDetails |
Protos.PaymentDetails.getDefaultInstance() |
Protos.PaymentDetails |
Protos.PaymentDetails.getDefaultInstanceForType() |
Protos.PaymentDetails |
Protos.PaymentDetails.Builder.getDefaultInstanceForType() |
static Protos.PaymentDetails |
Protos.PaymentDetails.parseDelimitedFrom(InputStream input) |
static Protos.PaymentDetails |
Protos.PaymentDetails.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PaymentDetails |
Protos.PaymentDetails.parseFrom(byte[] data) |
static Protos.PaymentDetails |
Protos.PaymentDetails.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PaymentDetails |
Protos.PaymentDetails.parseFrom(com.google.protobuf.ByteString data) |
static Protos.PaymentDetails |
Protos.PaymentDetails.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PaymentDetails |
Protos.PaymentDetails.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.PaymentDetails |
Protos.PaymentDetails.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PaymentDetails |
Protos.PaymentDetails.parseFrom(InputStream input) |
static Protos.PaymentDetails |
Protos.PaymentDetails.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Protos.PaymentDetails> |
Protos.PaymentDetails.getParserForType() |
Modifier and Type | Method and Description |
---|---|
Protos.PaymentDetails.Builder |
Protos.PaymentDetails.Builder.mergeFrom(Protos.PaymentDetails other) |
static Protos.PaymentDetails.Builder |
Protos.PaymentDetails.newBuilder(Protos.PaymentDetails prototype) |
Modifier and Type | Method and Description |
---|---|
Protos.PaymentDetails |
PaymentSession.getPaymentDetails()
Returns the protobuf that describes the payment to be made.
|
Modifier and Type | Method and Description |
---|---|
SendRequest |
SendRequest.fromPaymentDetails(Protos.PaymentDetails paymentDetails)
Copy data from payment request.
|
Copyright © 2016. All rights reserved.