|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protos.TransactionInput | |
|---|---|
| org.bitcoinj.wallet | |
| Uses of Protos.TransactionInput in org.bitcoinj.wallet |
|---|
| Fields in org.bitcoinj.wallet with type parameters of type Protos.TransactionInput | |
|---|---|
static com.google.protobuf.Parser<Protos.TransactionInput> |
Protos.TransactionInput.PARSER
|
| Methods in org.bitcoinj.wallet that return Protos.TransactionInput | |
|---|---|
Protos.TransactionInput |
Protos.TransactionInput.Builder.build()
|
Protos.TransactionInput |
Protos.TransactionInput.Builder.buildPartial()
|
static Protos.TransactionInput |
Protos.TransactionInput.getDefaultInstance()
|
Protos.TransactionInput |
Protos.TransactionInput.getDefaultInstanceForType()
|
Protos.TransactionInput |
Protos.TransactionInput.Builder.getDefaultInstanceForType()
|
Protos.TransactionInput |
Protos.TransactionOrBuilder.getTransactionInput(int index)
repeated .wallet.TransactionInput transaction_input = 6; |
Protos.TransactionInput |
Protos.Transaction.getTransactionInput(int index)
repeated .wallet.TransactionInput transaction_input = 6; |
Protos.TransactionInput |
Protos.Transaction.Builder.getTransactionInput(int index)
repeated .wallet.TransactionInput transaction_input = 6; |
static Protos.TransactionInput |
Protos.TransactionInput.parseDelimitedFrom(InputStream input)
|
static Protos.TransactionInput |
Protos.TransactionInput.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(byte[] data)
|
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(com.google.protobuf.ByteString data)
|
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(com.google.protobuf.CodedInputStream input)
|
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(InputStream input)
|
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| Methods in org.bitcoinj.wallet that return types with arguments of type Protos.TransactionInput | |
|---|---|
com.google.protobuf.Parser<Protos.TransactionInput> |
Protos.TransactionInput.getParserForType()
|
List<Protos.TransactionInput> |
Protos.TransactionOrBuilder.getTransactionInputList()
repeated .wallet.TransactionInput transaction_input = 6; |
List<Protos.TransactionInput> |
Protos.Transaction.getTransactionInputList()
repeated .wallet.TransactionInput transaction_input = 6; |
List<Protos.TransactionInput> |
Protos.Transaction.Builder.getTransactionInputList()
repeated .wallet.TransactionInput transaction_input = 6; |
| Methods in org.bitcoinj.wallet with parameters of type Protos.TransactionInput | |
|---|---|
Protos.Transaction.Builder |
Protos.Transaction.Builder.addTransactionInput(int index,
Protos.TransactionInput value)
repeated .wallet.TransactionInput transaction_input = 6; |
Protos.Transaction.Builder |
Protos.Transaction.Builder.addTransactionInput(Protos.TransactionInput value)
repeated .wallet.TransactionInput transaction_input = 6; |
Protos.TransactionInput.Builder |
Protos.TransactionInput.Builder.mergeFrom(Protos.TransactionInput other)
|
static Protos.TransactionInput.Builder |
Protos.TransactionInput.newBuilder(Protos.TransactionInput prototype)
|
Protos.Transaction.Builder |
Protos.Transaction.Builder.setTransactionInput(int index,
Protos.TransactionInput value)
repeated .wallet.TransactionInput transaction_input = 6; |
| Method parameters in org.bitcoinj.wallet with type arguments of type Protos.TransactionInput | |
|---|---|
Protos.Transaction.Builder |
Protos.Transaction.Builder.addAllTransactionInput(Iterable<? extends Protos.TransactionInput> values)
repeated .wallet.TransactionInput transaction_input = 6; |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||