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
Protobuf type
wallet.TransactionSigner |
static class |
Protos.TransactionSigner.Builder
Protobuf type
wallet.TransactionSigner |
Modifier and Type | Method and Description |
---|---|
Protos.TransactionSignerOrBuilder |
Protos.WalletOrBuilder.getTransactionSignersOrBuilder(int index)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.TransactionSignerOrBuilder |
Protos.Wallet.getTransactionSignersOrBuilder(int index)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.TransactionSignerOrBuilder |
Protos.Wallet.Builder.getTransactionSignersOrBuilder(int index)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Modifier and Type | Method and Description |
---|---|
List<? extends Protos.TransactionSignerOrBuilder> |
Protos.WalletOrBuilder.getTransactionSignersOrBuilderList()
repeated .wallet.TransactionSigner transaction_signers = 17; |
List<? extends Protos.TransactionSignerOrBuilder> |
Protos.Wallet.getTransactionSignersOrBuilderList()
repeated .wallet.TransactionSigner transaction_signers = 17; |
List<? extends Protos.TransactionSignerOrBuilder> |
Protos.Wallet.Builder.getTransactionSignersOrBuilderList()
repeated .wallet.TransactionSigner transaction_signers = 17; |
Copyright © 2016. All rights reserved.