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.TransactionInput
Protobuf type
wallet.TransactionInput |
static class |
Protos.TransactionInput.Builder
Protobuf type
wallet.TransactionInput |
Modifier and Type | Method and Description |
---|---|
Protos.TransactionInputOrBuilder |
Protos.TransactionOrBuilder.getTransactionInputOrBuilder(int index)
repeated .wallet.TransactionInput transaction_input = 6; |
Protos.TransactionInputOrBuilder |
Protos.Transaction.getTransactionInputOrBuilder(int index)
repeated .wallet.TransactionInput transaction_input = 6; |
Protos.TransactionInputOrBuilder |
Protos.Transaction.Builder.getTransactionInputOrBuilder(int index)
repeated .wallet.TransactionInput transaction_input = 6; |
Modifier and Type | Method and Description |
---|---|
List<? extends Protos.TransactionInputOrBuilder> |
Protos.TransactionOrBuilder.getTransactionInputOrBuilderList()
repeated .wallet.TransactionInput transaction_input = 6; |
List<? extends Protos.TransactionInputOrBuilder> |
Protos.Transaction.getTransactionInputOrBuilderList()
repeated .wallet.TransactionInput transaction_input = 6; |
List<? extends Protos.TransactionInputOrBuilder> |
Protos.Transaction.Builder.getTransactionInputOrBuilderList()
repeated .wallet.TransactionInput transaction_input = 6; |
Copyright © 2016. All rights reserved.