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.TransactionSigner
Data required to reconstruct TransactionSigner.
|
static class |
Protos.TransactionSigner.Builder
Data required to reconstruct TransactionSigner.
|
Modifier and Type | Method and Description |
---|---|
Protos.TransactionSignerOrBuilder |
Protos.WalletOrBuilder.getTransactionSignersOrBuilder(int index)
transaction signers added to the wallet
|
Protos.TransactionSignerOrBuilder |
Protos.Wallet.getTransactionSignersOrBuilder(int index)
transaction signers added to the wallet
|
Protos.TransactionSignerOrBuilder |
Protos.Wallet.Builder.getTransactionSignersOrBuilder(int index)
transaction signers added to the wallet
|
Modifier and Type | Method and Description |
---|---|
List<? extends Protos.TransactionSignerOrBuilder> |
Protos.WalletOrBuilder.getTransactionSignersOrBuilderList()
transaction signers added to the wallet
|
List<? extends Protos.TransactionSignerOrBuilder> |
Protos.Wallet.getTransactionSignersOrBuilderList()
transaction signers added to the wallet
|
List<? extends Protos.TransactionSignerOrBuilder> |
Protos.Wallet.Builder.getTransactionSignersOrBuilderList()
transaction signers added to the wallet
|
Copyright © 2018. All rights reserved.