public static interface KeepKeyType.TransactionTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
KeepKeyType.TxOutputBinType |
getBinOutputs(int index)
repeated .TxOutputBinType bin_outputs = 3; |
int |
getBinOutputsCount()
repeated .TxOutputBinType bin_outputs = 3; |
List<KeepKeyType.TxOutputBinType> |
getBinOutputsList()
repeated .TxOutputBinType bin_outputs = 3; |
KeepKeyType.TxOutputBinTypeOrBuilder |
getBinOutputsOrBuilder(int index)
repeated .TxOutputBinType bin_outputs = 3; |
List<? extends KeepKeyType.TxOutputBinTypeOrBuilder> |
getBinOutputsOrBuilderList()
repeated .TxOutputBinType bin_outputs = 3; |
KeepKeyType.TxInputType |
getInputs(int index)
repeated .TxInputType inputs = 2; |
int |
getInputsCnt()
optional uint32 inputs_cnt = 6; |
int |
getInputsCount()
repeated .TxInputType inputs = 2; |
List<KeepKeyType.TxInputType> |
getInputsList()
repeated .TxInputType inputs = 2; |
KeepKeyType.TxInputTypeOrBuilder |
getInputsOrBuilder(int index)
repeated .TxInputType inputs = 2; |
List<? extends KeepKeyType.TxInputTypeOrBuilder> |
getInputsOrBuilderList()
repeated .TxInputType inputs = 2; |
int |
getLockTime()
optional uint32 lock_time = 4; |
KeepKeyType.TxOutputType |
getOutputs(int index)
repeated .TxOutputType outputs = 5; |
int |
getOutputsCnt()
optional uint32 outputs_cnt = 7; |
int |
getOutputsCount()
repeated .TxOutputType outputs = 5; |
List<KeepKeyType.TxOutputType> |
getOutputsList()
repeated .TxOutputType outputs = 5; |
KeepKeyType.TxOutputTypeOrBuilder |
getOutputsOrBuilder(int index)
repeated .TxOutputType outputs = 5; |
List<? extends KeepKeyType.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<KeepKeyType.TxInputType> getInputsList()
repeated .TxInputType inputs = 2;
KeepKeyType.TxInputType getInputs(int index)
repeated .TxInputType inputs = 2;
int getInputsCount()
repeated .TxInputType inputs = 2;
List<? extends KeepKeyType.TxInputTypeOrBuilder> getInputsOrBuilderList()
repeated .TxInputType inputs = 2;
KeepKeyType.TxInputTypeOrBuilder getInputsOrBuilder(int index)
repeated .TxInputType inputs = 2;
List<KeepKeyType.TxOutputBinType> getBinOutputsList()
repeated .TxOutputBinType bin_outputs = 3;
KeepKeyType.TxOutputBinType getBinOutputs(int index)
repeated .TxOutputBinType bin_outputs = 3;
int getBinOutputsCount()
repeated .TxOutputBinType bin_outputs = 3;
List<? extends KeepKeyType.TxOutputBinTypeOrBuilder> getBinOutputsOrBuilderList()
repeated .TxOutputBinType bin_outputs = 3;
KeepKeyType.TxOutputBinTypeOrBuilder getBinOutputsOrBuilder(int index)
repeated .TxOutputBinType bin_outputs = 3;
List<KeepKeyType.TxOutputType> getOutputsList()
repeated .TxOutputType outputs = 5;
KeepKeyType.TxOutputType getOutputs(int index)
repeated .TxOutputType outputs = 5;
int getOutputsCount()
repeated .TxOutputType outputs = 5;
List<? extends KeepKeyType.TxOutputTypeOrBuilder> getOutputsOrBuilderList()
repeated .TxOutputType outputs = 5;
KeepKeyType.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–2017 Bitcoin Solutions Ltd. All rights reserved.