| Package | Description |
|---|---|
| com.satoshilabs.trezor.protobuf |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<TrezorType.TxOutputBinType> |
TrezorType.TxOutputBinType.PARSER |
| Modifier and Type | Method and Description |
|---|---|
TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.Builder.build() |
TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.Builder.buildPartial() |
TrezorType.TxOutputBinType |
TrezorType.TransactionTypeOrBuilder.getBinOutputs(int index)
repeated .TxOutputBinType bin_outputs = 3; |
TrezorType.TxOutputBinType |
TrezorType.TransactionType.getBinOutputs(int index)
repeated .TxOutputBinType bin_outputs = 3; |
TrezorType.TxOutputBinType |
TrezorType.TransactionType.Builder.getBinOutputs(int index)
repeated .TxOutputBinType bin_outputs = 3; |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.getDefaultInstance() |
TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.getDefaultInstanceForType() |
TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.Builder.getDefaultInstanceForType() |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.parseDelimitedFrom(InputStream input) |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.parseFrom(byte[] data) |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.parseFrom(com.google.protobuf.ByteString data) |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.parseFrom(com.google.protobuf.CodedInputStream input) |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.parseFrom(InputStream input) |
static TrezorType.TxOutputBinType |
TrezorType.TxOutputBinType.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<TrezorType.TxOutputBinType> |
TrezorType.TransactionTypeOrBuilder.getBinOutputsList()
repeated .TxOutputBinType bin_outputs = 3; |
List<TrezorType.TxOutputBinType> |
TrezorType.TransactionType.getBinOutputsList()
repeated .TxOutputBinType bin_outputs = 3; |
List<TrezorType.TxOutputBinType> |
TrezorType.TransactionType.Builder.getBinOutputsList()
repeated .TxOutputBinType bin_outputs = 3; |
com.google.protobuf.Parser<TrezorType.TxOutputBinType> |
TrezorType.TxOutputBinType.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.addBinOutputs(int index,
TrezorType.TxOutputBinType value)
repeated .TxOutputBinType bin_outputs = 3; |
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.addBinOutputs(TrezorType.TxOutputBinType value)
repeated .TxOutputBinType bin_outputs = 3; |
TrezorType.TxOutputBinType.Builder |
TrezorType.TxOutputBinType.Builder.mergeFrom(TrezorType.TxOutputBinType other) |
static TrezorType.TxOutputBinType.Builder |
TrezorType.TxOutputBinType.newBuilder(TrezorType.TxOutputBinType prototype) |
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.setBinOutputs(int index,
TrezorType.TxOutputBinType value)
repeated .TxOutputBinType bin_outputs = 3; |
| Modifier and Type | Method and Description |
|---|---|
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.addAllBinOutputs(Iterable<? extends TrezorType.TxOutputBinType> values)
repeated .TxOutputBinType bin_outputs = 3; |
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.