Package | Description |
---|---|
org.bitcoin.protocols.payments | |
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
block chain management and the Wallet class. |
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 | 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 |
---|---|
Wallet.SendRequest |
Wallet.SendRequest.fromPaymentDetails(Protos.PaymentDetails paymentDetails)
Copy data from payment request.
|
Modifier and Type | Method and Description |
---|---|
Protos.PaymentDetails |
PaymentSession.getPaymentDetails()
Returns the protobuf that describes the payment to be made.
|
Copyright © 2014. All rights reserved.