Package | Description |
---|---|
com.satoshilabs.trezor.protobuf |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<TrezorType.TxOutputType> |
TrezorType.TxOutputType.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TrezorType.TxOutputType |
TrezorType.TxOutputType.Builder.build() |
TrezorType.TxOutputType |
TrezorType.TxOutputType.Builder.buildPartial() |
static TrezorType.TxOutputType |
TrezorType.TxOutputType.getDefaultInstance() |
TrezorType.TxOutputType |
TrezorType.TxOutputType.getDefaultInstanceForType() |
TrezorType.TxOutputType |
TrezorType.TxOutputType.Builder.getDefaultInstanceForType() |
TrezorType.TxOutputType |
TrezorType.TransactionTypeOrBuilder.getOutputs(int index)
repeated .TxOutputType outputs = 5; |
TrezorType.TxOutputType |
TrezorType.TransactionType.getOutputs(int index)
repeated .TxOutputType outputs = 5; |
TrezorType.TxOutputType |
TrezorType.TransactionType.Builder.getOutputs(int index)
repeated .TxOutputType outputs = 5; |
TrezorType.TxOutputType |
TrezorMessage.SimpleSignTxOrBuilder.getOutputs(int index)
transaction outputs
|
TrezorType.TxOutputType |
TrezorMessage.SimpleSignTx.getOutputs(int index)
transaction outputs
|
TrezorType.TxOutputType |
TrezorMessage.SimpleSignTx.Builder.getOutputs(int index)
transaction outputs
|
static TrezorType.TxOutputType |
TrezorType.TxOutputType.parseDelimitedFrom(InputStream input) |
static TrezorType.TxOutputType |
TrezorType.TxOutputType.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxOutputType |
TrezorType.TxOutputType.parseFrom(byte[] data) |
static TrezorType.TxOutputType |
TrezorType.TxOutputType.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxOutputType |
TrezorType.TxOutputType.parseFrom(com.google.protobuf.ByteString data) |
static TrezorType.TxOutputType |
TrezorType.TxOutputType.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxOutputType |
TrezorType.TxOutputType.parseFrom(com.google.protobuf.CodedInputStream input) |
static TrezorType.TxOutputType |
TrezorType.TxOutputType.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxOutputType |
TrezorType.TxOutputType.parseFrom(InputStream input) |
static TrezorType.TxOutputType |
TrezorType.TxOutputType.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<TrezorType.TxOutputType> |
TrezorType.TransactionTypeOrBuilder.getOutputsList()
repeated .TxOutputType outputs = 5; |
List<TrezorType.TxOutputType> |
TrezorType.TransactionType.getOutputsList()
repeated .TxOutputType outputs = 5; |
List<TrezorType.TxOutputType> |
TrezorType.TransactionType.Builder.getOutputsList()
repeated .TxOutputType outputs = 5; |
List<TrezorType.TxOutputType> |
TrezorMessage.SimpleSignTxOrBuilder.getOutputsList()
transaction outputs
|
List<TrezorType.TxOutputType> |
TrezorMessage.SimpleSignTx.getOutputsList()
transaction outputs
|
List<TrezorType.TxOutputType> |
TrezorMessage.SimpleSignTx.Builder.getOutputsList()
transaction outputs
|
com.google.protobuf.Parser<TrezorType.TxOutputType> |
TrezorType.TxOutputType.getParserForType() |
static com.google.protobuf.Parser<TrezorType.TxOutputType> |
TrezorType.TxOutputType.parser() |
Modifier and Type | Method and Description |
---|---|
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.addOutputs(int index,
TrezorType.TxOutputType value)
repeated .TxOutputType outputs = 5; |
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.addOutputs(int index,
TrezorType.TxOutputType value)
transaction outputs
|
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.addOutputs(TrezorType.TxOutputType value)
repeated .TxOutputType outputs = 5; |
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.addOutputs(TrezorType.TxOutputType value)
transaction outputs
|
TrezorType.TxOutputType.Builder |
TrezorType.TxOutputType.Builder.mergeFrom(TrezorType.TxOutputType other) |
static TrezorType.TxOutputType.Builder |
TrezorType.TxOutputType.newBuilder(TrezorType.TxOutputType prototype) |
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.setOutputs(int index,
TrezorType.TxOutputType value)
repeated .TxOutputType outputs = 5; |
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.setOutputs(int index,
TrezorType.TxOutputType value)
transaction outputs
|
Modifier and Type | Method and Description |
---|---|
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.addAllOutputs(Iterable<? extends TrezorType.TxOutputType> values)
repeated .TxOutputType outputs = 5; |
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.addAllOutputs(Iterable<? extends TrezorType.TxOutputType> values)
transaction outputs
|
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.