public static interface TrezorType.TransactionTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TrezorType.TxOutputBinType |
getBinOutputs(int index)
repeated .TxOutputBinType bin_outputs = 3; |
int |
getBinOutputsCount()
repeated .TxOutputBinType bin_outputs = 3; |
List<TrezorType.TxOutputBinType> |
getBinOutputsList()
repeated .TxOutputBinType bin_outputs = 3; |
TrezorType.TxOutputBinTypeOrBuilder |
getBinOutputsOrBuilder(int index)
repeated .TxOutputBinType bin_outputs = 3; |
List<? extends TrezorType.TxOutputBinTypeOrBuilder> |
getBinOutputsOrBuilderList()
repeated .TxOutputBinType bin_outputs = 3; |
TrezorType.TxInputType |
getInputs(int index)
repeated .TxInputType inputs = 2; |
int |
getInputsCnt()
optional uint32 inputs_cnt = 6; |
int |
getInputsCount()
repeated .TxInputType inputs = 2; |
List<TrezorType.TxInputType> |
getInputsList()
repeated .TxInputType inputs = 2; |
TrezorType.TxInputTypeOrBuilder |
getInputsOrBuilder(int index)
repeated .TxInputType inputs = 2; |
List<? extends TrezorType.TxInputTypeOrBuilder> |
getInputsOrBuilderList()
repeated .TxInputType inputs = 2; |
int |
getLockTime()
optional uint32 lock_time = 4; |
TrezorType.TxOutputType |
getOutputs(int index)
repeated .TxOutputType outputs = 5; |
int |
getOutputsCnt()
optional uint32 outputs_cnt = 7; |
int |
getOutputsCount()
repeated .TxOutputType outputs = 5; |
List<TrezorType.TxOutputType> |
getOutputsList()
repeated .TxOutputType outputs = 5; |
TrezorType.TxOutputTypeOrBuilder |
getOutputsOrBuilder(int index)
repeated .TxOutputType outputs = 5; |
List<? extends TrezorType.TxOutputTypeOrBuilder> |
getOutputsOrBuilderList()
repeated .TxOutputType outputs = 5; |
int |
getVersion()
optional uint32 version = 1; |
boolean |
hasInputsCnt()
optional uint32 inputs_cnt = 6; |
boolean |
hasLockTime()
optional uint32 lock_time = 4; |
boolean |
hasOutputsCnt()
optional uint32 outputs_cnt = 7; |
boolean |
hasVersion()
optional uint32 version = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasVersion()
optional uint32 version = 1;
int getVersion()
optional uint32 version = 1;
List<TrezorType.TxInputType> getInputsList()
repeated .TxInputType inputs = 2;
TrezorType.TxInputType getInputs(int index)
repeated .TxInputType inputs = 2;
int getInputsCount()
repeated .TxInputType inputs = 2;
List<? extends TrezorType.TxInputTypeOrBuilder> getInputsOrBuilderList()
repeated .TxInputType inputs = 2;
TrezorType.TxInputTypeOrBuilder getInputsOrBuilder(int index)
repeated .TxInputType inputs = 2;
List<TrezorType.TxOutputBinType> getBinOutputsList()
repeated .TxOutputBinType bin_outputs = 3;
TrezorType.TxOutputBinType getBinOutputs(int index)
repeated .TxOutputBinType bin_outputs = 3;
int getBinOutputsCount()
repeated .TxOutputBinType bin_outputs = 3;
List<? extends TrezorType.TxOutputBinTypeOrBuilder> getBinOutputsOrBuilderList()
repeated .TxOutputBinType bin_outputs = 3;
TrezorType.TxOutputBinTypeOrBuilder getBinOutputsOrBuilder(int index)
repeated .TxOutputBinType bin_outputs = 3;
List<TrezorType.TxOutputType> getOutputsList()
repeated .TxOutputType outputs = 5;
TrezorType.TxOutputType getOutputs(int index)
repeated .TxOutputType outputs = 5;
int getOutputsCount()
repeated .TxOutputType outputs = 5;
List<? extends TrezorType.TxOutputTypeOrBuilder> getOutputsOrBuilderList()
repeated .TxOutputType outputs = 5;
TrezorType.TxOutputTypeOrBuilder getOutputsOrBuilder(int index)
repeated .TxOutputType outputs = 5;
boolean hasLockTime()
optional uint32 lock_time = 4;
int getLockTime()
optional uint32 lock_time = 4;
boolean hasInputsCnt()
optional uint32 inputs_cnt = 6;
int getInputsCnt()
optional uint32 inputs_cnt = 6;
boolean hasOutputsCnt()
optional uint32 outputs_cnt = 7;
int getOutputsCnt()
optional uint32 outputs_cnt = 7;
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.