Package | Description |
---|---|
com.satoshilabs.trezor.protobuf |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<TrezorType.TxInputType> |
TrezorType.TxInputType.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TrezorType.TxInputType |
TrezorType.TxInputType.Builder.build() |
TrezorType.TxInputType |
TrezorType.TxInputType.Builder.buildPartial() |
static TrezorType.TxInputType |
TrezorType.TxInputType.getDefaultInstance() |
TrezorType.TxInputType |
TrezorType.TxInputType.getDefaultInstanceForType() |
TrezorType.TxInputType |
TrezorType.TxInputType.Builder.getDefaultInstanceForType() |
TrezorType.TxInputType |
TrezorType.TransactionTypeOrBuilder.getInputs(int index)
repeated .TxInputType inputs = 2; |
TrezorType.TxInputType |
TrezorType.TransactionType.getInputs(int index)
repeated .TxInputType inputs = 2; |
TrezorType.TxInputType |
TrezorType.TransactionType.Builder.getInputs(int index)
repeated .TxInputType inputs = 2; |
TrezorType.TxInputType |
TrezorMessage.SimpleSignTxOrBuilder.getInputs(int index)
transaction inputs
|
TrezorType.TxInputType |
TrezorMessage.SimpleSignTx.getInputs(int index)
transaction inputs
|
TrezorType.TxInputType |
TrezorMessage.SimpleSignTx.Builder.getInputs(int index)
transaction inputs
|
static TrezorType.TxInputType |
TrezorType.TxInputType.parseDelimitedFrom(InputStream input) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseFrom(byte[] data) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseFrom(ByteBuffer data) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseFrom(com.google.protobuf.ByteString data) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseFrom(com.google.protobuf.CodedInputStream input) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseFrom(InputStream input) |
static TrezorType.TxInputType |
TrezorType.TxInputType.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<TrezorType.TxInputType> |
TrezorType.TransactionTypeOrBuilder.getInputsList()
repeated .TxInputType inputs = 2; |
List<TrezorType.TxInputType> |
TrezorType.TransactionType.getInputsList()
repeated .TxInputType inputs = 2; |
List<TrezorType.TxInputType> |
TrezorType.TransactionType.Builder.getInputsList()
repeated .TxInputType inputs = 2; |
List<TrezorType.TxInputType> |
TrezorMessage.SimpleSignTxOrBuilder.getInputsList()
transaction inputs
|
List<TrezorType.TxInputType> |
TrezorMessage.SimpleSignTx.getInputsList()
transaction inputs
|
List<TrezorType.TxInputType> |
TrezorMessage.SimpleSignTx.Builder.getInputsList()
transaction inputs
|
com.google.protobuf.Parser<TrezorType.TxInputType> |
TrezorType.TxInputType.getParserForType() |
static com.google.protobuf.Parser<TrezorType.TxInputType> |
TrezorType.TxInputType.parser() |
Modifier and Type | Method and Description |
---|---|
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.addInputs(int index,
TrezorType.TxInputType value)
repeated .TxInputType inputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.addInputs(int index,
TrezorType.TxInputType value)
transaction inputs
|
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.addInputs(TrezorType.TxInputType value)
repeated .TxInputType inputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.addInputs(TrezorType.TxInputType value)
transaction inputs
|
TrezorType.TxInputType.Builder |
TrezorType.TxInputType.Builder.mergeFrom(TrezorType.TxInputType other) |
static TrezorType.TxInputType.Builder |
TrezorType.TxInputType.newBuilder(TrezorType.TxInputType prototype) |
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.setInputs(int index,
TrezorType.TxInputType value)
repeated .TxInputType inputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.setInputs(int index,
TrezorType.TxInputType value)
transaction inputs
|
Modifier and Type | Method and Description |
---|---|
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.addAllInputs(Iterable<? extends TrezorType.TxInputType> values)
repeated .TxInputType inputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.addAllInputs(Iterable<? extends TrezorType.TxInputType> values)
transaction inputs
|
Copyright © 2013–2019 Bitcoin Solutions Ltd. All rights reserved.