Package | Description |
---|---|
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 | Class and Description |
---|---|
static class |
Protos.Transaction
Protobuf type
wallet.Transaction |
static class |
Protos.Transaction.Builder
Protobuf type
wallet.Transaction |
Modifier and Type | Method and Description |
---|---|
Protos.TransactionOrBuilder |
Protos.WalletOrBuilder.getTransactionOrBuilder(int index)
repeated .wallet.Transaction transaction = 4; |
Protos.TransactionOrBuilder |
Protos.Wallet.getTransactionOrBuilder(int index)
repeated .wallet.Transaction transaction = 4; |
Protos.TransactionOrBuilder |
Protos.Wallet.Builder.getTransactionOrBuilder(int index)
repeated .wallet.Transaction transaction = 4; |
Modifier and Type | Method and Description |
---|---|
List<? extends Protos.TransactionOrBuilder> |
Protos.WalletOrBuilder.getTransactionOrBuilderList()
repeated .wallet.Transaction transaction = 4; |
List<? extends Protos.TransactionOrBuilder> |
Protos.Wallet.getTransactionOrBuilderList()
repeated .wallet.Transaction transaction = 4; |
List<? extends Protos.TransactionOrBuilder> |
Protos.Wallet.Builder.getTransactionOrBuilderList()
repeated .wallet.Transaction transaction = 4; |
Copyright © 2016. All rights reserved.