public static final class TrezorMessage.SimpleSignTx.Builder extends com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.SimpleSignTx.Builder> implements TrezorMessage.SimpleSignTxOrBuilder
SimpleSignTx
Request: Simplified transaction signing This method doesn't support streaming, so there are hardware limits in number of inputs and outputs. In case of success, the result is returned using TxRequest message. @next PassphraseRequest @next PinMatrixRequest @next TxRequest @next Failure
Modifier and Type | Method and Description |
---|---|
TrezorMessage.SimpleSignTx.Builder |
addAllInputs(Iterable<? extends TrezorType.TxInputType> values)
repeated .TxInputType inputs = 1; |
TrezorMessage.SimpleSignTx.Builder |
addAllOutputs(Iterable<? extends TrezorType.TxOutputType> values)
repeated .TxOutputType outputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
addAllTransactions(Iterable<? extends TrezorType.TransactionType> values)
repeated .TransactionType transactions = 3; |
TrezorMessage.SimpleSignTx.Builder |
addInputs(int index,
TrezorType.TxInputType.Builder builderForValue)
repeated .TxInputType inputs = 1; |
TrezorMessage.SimpleSignTx.Builder |
addInputs(int index,
TrezorType.TxInputType value)
repeated .TxInputType inputs = 1; |
TrezorMessage.SimpleSignTx.Builder |
addInputs(TrezorType.TxInputType.Builder builderForValue)
repeated .TxInputType inputs = 1; |
TrezorMessage.SimpleSignTx.Builder |
addInputs(TrezorType.TxInputType value)
repeated .TxInputType inputs = 1; |
TrezorType.TxInputType.Builder |
addInputsBuilder()
repeated .TxInputType inputs = 1; |
TrezorType.TxInputType.Builder |
addInputsBuilder(int index)
repeated .TxInputType inputs = 1; |
TrezorMessage.SimpleSignTx.Builder |
addOutputs(int index,
TrezorType.TxOutputType.Builder builderForValue)
repeated .TxOutputType outputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
addOutputs(int index,
TrezorType.TxOutputType value)
repeated .TxOutputType outputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
addOutputs(TrezorType.TxOutputType.Builder builderForValue)
repeated .TxOutputType outputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
addOutputs(TrezorType.TxOutputType value)
repeated .TxOutputType outputs = 2; |
TrezorType.TxOutputType.Builder |
addOutputsBuilder()
repeated .TxOutputType outputs = 2; |
TrezorType.TxOutputType.Builder |
addOutputsBuilder(int index)
repeated .TxOutputType outputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
addTransactions(int index,
TrezorType.TransactionType.Builder builderForValue)
repeated .TransactionType transactions = 3; |
TrezorMessage.SimpleSignTx.Builder |
addTransactions(int index,
TrezorType.TransactionType value)
repeated .TransactionType transactions = 3; |
TrezorMessage.SimpleSignTx.Builder |
addTransactions(TrezorType.TransactionType.Builder builderForValue)
repeated .TransactionType transactions = 3; |
TrezorMessage.SimpleSignTx.Builder |
addTransactions(TrezorType.TransactionType value)
repeated .TransactionType transactions = 3; |
TrezorType.TransactionType.Builder |
addTransactionsBuilder()
repeated .TransactionType transactions = 3; |
TrezorType.TransactionType.Builder |
addTransactionsBuilder(int index)
repeated .TransactionType transactions = 3; |
TrezorMessage.SimpleSignTx |
build() |
TrezorMessage.SimpleSignTx |
buildPartial() |
TrezorMessage.SimpleSignTx.Builder |
clear() |
TrezorMessage.SimpleSignTx.Builder |
clearCoinName()
optional string coin_name = 4 [default = "Bitcoin"]; |
TrezorMessage.SimpleSignTx.Builder |
clearInputs()
repeated .TxInputType inputs = 1; |
TrezorMessage.SimpleSignTx.Builder |
clearLockTime()
optional uint32 lock_time = 6 [default = 0]; |
TrezorMessage.SimpleSignTx.Builder |
clearOutputs()
repeated .TxOutputType outputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
clearTransactions()
repeated .TransactionType transactions = 3; |
TrezorMessage.SimpleSignTx.Builder |
clearVersion()
optional uint32 version = 5 [default = 1]; |
TrezorMessage.SimpleSignTx.Builder |
clone() |
String |
getCoinName()
optional string coin_name = 4 [default = "Bitcoin"]; |
com.google.protobuf.ByteString |
getCoinNameBytes()
optional string coin_name = 4 [default = "Bitcoin"]; |
TrezorMessage.SimpleSignTx |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
TrezorType.TxInputType |
getInputs(int index)
repeated .TxInputType inputs = 1; |
TrezorType.TxInputType.Builder |
getInputsBuilder(int index)
repeated .TxInputType inputs = 1; |
List<TrezorType.TxInputType.Builder> |
getInputsBuilderList()
repeated .TxInputType inputs = 1; |
int |
getInputsCount()
repeated .TxInputType inputs = 1; |
List<TrezorType.TxInputType> |
getInputsList()
repeated .TxInputType inputs = 1; |
TrezorType.TxInputTypeOrBuilder |
getInputsOrBuilder(int index)
repeated .TxInputType inputs = 1; |
List<? extends TrezorType.TxInputTypeOrBuilder> |
getInputsOrBuilderList()
repeated .TxInputType inputs = 1; |
int |
getLockTime()
optional uint32 lock_time = 6 [default = 0]; |
TrezorType.TxOutputType |
getOutputs(int index)
repeated .TxOutputType outputs = 2; |
TrezorType.TxOutputType.Builder |
getOutputsBuilder(int index)
repeated .TxOutputType outputs = 2; |
List<TrezorType.TxOutputType.Builder> |
getOutputsBuilderList()
repeated .TxOutputType outputs = 2; |
int |
getOutputsCount()
repeated .TxOutputType outputs = 2; |
List<TrezorType.TxOutputType> |
getOutputsList()
repeated .TxOutputType outputs = 2; |
TrezorType.TxOutputTypeOrBuilder |
getOutputsOrBuilder(int index)
repeated .TxOutputType outputs = 2; |
List<? extends TrezorType.TxOutputTypeOrBuilder> |
getOutputsOrBuilderList()
repeated .TxOutputType outputs = 2; |
TrezorType.TransactionType |
getTransactions(int index)
repeated .TransactionType transactions = 3; |
TrezorType.TransactionType.Builder |
getTransactionsBuilder(int index)
repeated .TransactionType transactions = 3; |
List<TrezorType.TransactionType.Builder> |
getTransactionsBuilderList()
repeated .TransactionType transactions = 3; |
int |
getTransactionsCount()
repeated .TransactionType transactions = 3; |
List<TrezorType.TransactionType> |
getTransactionsList()
repeated .TransactionType transactions = 3; |
TrezorType.TransactionTypeOrBuilder |
getTransactionsOrBuilder(int index)
repeated .TransactionType transactions = 3; |
List<? extends TrezorType.TransactionTypeOrBuilder> |
getTransactionsOrBuilderList()
repeated .TransactionType transactions = 3; |
int |
getVersion()
optional uint32 version = 5 [default = 1]; |
boolean |
hasCoinName()
optional string coin_name = 4 [default = "Bitcoin"]; |
boolean |
hasLockTime()
optional uint32 lock_time = 6 [default = 0]; |
boolean |
hasVersion()
optional uint32 version = 5 [default = 1]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TrezorMessage.SimpleSignTx.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TrezorMessage.SimpleSignTx.Builder |
mergeFrom(com.google.protobuf.Message other) |
TrezorMessage.SimpleSignTx.Builder |
mergeFrom(TrezorMessage.SimpleSignTx other) |
TrezorMessage.SimpleSignTx.Builder |
removeInputs(int index)
repeated .TxInputType inputs = 1; |
TrezorMessage.SimpleSignTx.Builder |
removeOutputs(int index)
repeated .TxOutputType outputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
removeTransactions(int index)
repeated .TransactionType transactions = 3; |
TrezorMessage.SimpleSignTx.Builder |
setCoinName(String value)
optional string coin_name = 4 [default = "Bitcoin"]; |
TrezorMessage.SimpleSignTx.Builder |
setCoinNameBytes(com.google.protobuf.ByteString value)
optional string coin_name = 4 [default = "Bitcoin"]; |
TrezorMessage.SimpleSignTx.Builder |
setInputs(int index,
TrezorType.TxInputType.Builder builderForValue)
repeated .TxInputType inputs = 1; |
TrezorMessage.SimpleSignTx.Builder |
setInputs(int index,
TrezorType.TxInputType value)
repeated .TxInputType inputs = 1; |
TrezorMessage.SimpleSignTx.Builder |
setLockTime(int value)
optional uint32 lock_time = 6 [default = 0]; |
TrezorMessage.SimpleSignTx.Builder |
setOutputs(int index,
TrezorType.TxOutputType.Builder builderForValue)
repeated .TxOutputType outputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
setOutputs(int index,
TrezorType.TxOutputType value)
repeated .TxOutputType outputs = 2; |
TrezorMessage.SimpleSignTx.Builder |
setTransactions(int index,
TrezorType.TransactionType.Builder builderForValue)
repeated .TransactionType transactions = 3; |
TrezorMessage.SimpleSignTx.Builder |
setTransactions(int index,
TrezorType.TransactionType value)
repeated .TransactionType transactions = 3; |
TrezorMessage.SimpleSignTx.Builder |
setVersion(int value)
optional uint32 version = 5 [default = 1]; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.SimpleSignTx.Builder>
public TrezorMessage.SimpleSignTx.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.SimpleSignTx.Builder>
public TrezorMessage.SimpleSignTx.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.SimpleSignTx.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.SimpleSignTx.Builder>
public TrezorMessage.SimpleSignTx getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public TrezorMessage.SimpleSignTx build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public TrezorMessage.SimpleSignTx buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public TrezorMessage.SimpleSignTx.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<TrezorMessage.SimpleSignTx.Builder>
public TrezorMessage.SimpleSignTx.Builder mergeFrom(TrezorMessage.SimpleSignTx other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.SimpleSignTx.Builder>
public TrezorMessage.SimpleSignTx.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<TrezorMessage.SimpleSignTx.Builder>
IOException
public List<TrezorType.TxInputType> getInputsList()
repeated .TxInputType inputs = 1;
transaction inputs
getInputsList
in interface TrezorMessage.SimpleSignTxOrBuilder
public int getInputsCount()
repeated .TxInputType inputs = 1;
transaction inputs
getInputsCount
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorType.TxInputType getInputs(int index)
repeated .TxInputType inputs = 1;
transaction inputs
getInputs
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorMessage.SimpleSignTx.Builder setInputs(int index, TrezorType.TxInputType value)
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorMessage.SimpleSignTx.Builder setInputs(int index, TrezorType.TxInputType.Builder builderForValue)
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorMessage.SimpleSignTx.Builder addInputs(TrezorType.TxInputType value)
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorMessage.SimpleSignTx.Builder addInputs(int index, TrezorType.TxInputType value)
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorMessage.SimpleSignTx.Builder addInputs(TrezorType.TxInputType.Builder builderForValue)
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorMessage.SimpleSignTx.Builder addInputs(int index, TrezorType.TxInputType.Builder builderForValue)
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorMessage.SimpleSignTx.Builder addAllInputs(Iterable<? extends TrezorType.TxInputType> values)
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorMessage.SimpleSignTx.Builder clearInputs()
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorMessage.SimpleSignTx.Builder removeInputs(int index)
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorType.TxInputType.Builder getInputsBuilder(int index)
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorType.TxInputTypeOrBuilder getInputsOrBuilder(int index)
repeated .TxInputType inputs = 1;
transaction inputs
getInputsOrBuilder
in interface TrezorMessage.SimpleSignTxOrBuilder
public List<? extends TrezorType.TxInputTypeOrBuilder> getInputsOrBuilderList()
repeated .TxInputType inputs = 1;
transaction inputs
getInputsOrBuilderList
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorType.TxInputType.Builder addInputsBuilder()
repeated .TxInputType inputs = 1;
transaction inputs
public TrezorType.TxInputType.Builder addInputsBuilder(int index)
repeated .TxInputType inputs = 1;
transaction inputs
public List<TrezorType.TxInputType.Builder> getInputsBuilderList()
repeated .TxInputType inputs = 1;
transaction inputs
public List<TrezorType.TxOutputType> getOutputsList()
repeated .TxOutputType outputs = 2;
transaction outputs
getOutputsList
in interface TrezorMessage.SimpleSignTxOrBuilder
public int getOutputsCount()
repeated .TxOutputType outputs = 2;
transaction outputs
getOutputsCount
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorType.TxOutputType getOutputs(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
getOutputs
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorMessage.SimpleSignTx.Builder setOutputs(int index, TrezorType.TxOutputType value)
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorMessage.SimpleSignTx.Builder setOutputs(int index, TrezorType.TxOutputType.Builder builderForValue)
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorMessage.SimpleSignTx.Builder addOutputs(TrezorType.TxOutputType value)
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorMessage.SimpleSignTx.Builder addOutputs(int index, TrezorType.TxOutputType value)
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorMessage.SimpleSignTx.Builder addOutputs(TrezorType.TxOutputType.Builder builderForValue)
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorMessage.SimpleSignTx.Builder addOutputs(int index, TrezorType.TxOutputType.Builder builderForValue)
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorMessage.SimpleSignTx.Builder addAllOutputs(Iterable<? extends TrezorType.TxOutputType> values)
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorMessage.SimpleSignTx.Builder clearOutputs()
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorMessage.SimpleSignTx.Builder removeOutputs(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorType.TxOutputType.Builder getOutputsBuilder(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorType.TxOutputTypeOrBuilder getOutputsOrBuilder(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
getOutputsOrBuilder
in interface TrezorMessage.SimpleSignTxOrBuilder
public List<? extends TrezorType.TxOutputTypeOrBuilder> getOutputsOrBuilderList()
repeated .TxOutputType outputs = 2;
transaction outputs
getOutputsOrBuilderList
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorType.TxOutputType.Builder addOutputsBuilder()
repeated .TxOutputType outputs = 2;
transaction outputs
public TrezorType.TxOutputType.Builder addOutputsBuilder(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
public List<TrezorType.TxOutputType.Builder> getOutputsBuilderList()
repeated .TxOutputType outputs = 2;
transaction outputs
public List<TrezorType.TransactionType> getTransactionsList()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
getTransactionsList
in interface TrezorMessage.SimpleSignTxOrBuilder
public int getTransactionsCount()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
getTransactionsCount
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorType.TransactionType getTransactions(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
getTransactions
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorMessage.SimpleSignTx.Builder setTransactions(int index, TrezorType.TransactionType value)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorMessage.SimpleSignTx.Builder setTransactions(int index, TrezorType.TransactionType.Builder builderForValue)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorMessage.SimpleSignTx.Builder addTransactions(TrezorType.TransactionType value)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorMessage.SimpleSignTx.Builder addTransactions(int index, TrezorType.TransactionType value)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorMessage.SimpleSignTx.Builder addTransactions(TrezorType.TransactionType.Builder builderForValue)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorMessage.SimpleSignTx.Builder addTransactions(int index, TrezorType.TransactionType.Builder builderForValue)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorMessage.SimpleSignTx.Builder addAllTransactions(Iterable<? extends TrezorType.TransactionType> values)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorMessage.SimpleSignTx.Builder clearTransactions()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorMessage.SimpleSignTx.Builder removeTransactions(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorType.TransactionType.Builder getTransactionsBuilder(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorType.TransactionTypeOrBuilder getTransactionsOrBuilder(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
getTransactionsOrBuilder
in interface TrezorMessage.SimpleSignTxOrBuilder
public List<? extends TrezorType.TransactionTypeOrBuilder> getTransactionsOrBuilderList()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
getTransactionsOrBuilderList
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorType.TransactionType.Builder addTransactionsBuilder()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public TrezorType.TransactionType.Builder addTransactionsBuilder(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public List<TrezorType.TransactionType.Builder> getTransactionsBuilderList()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public boolean hasCoinName()
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
hasCoinName
in interface TrezorMessage.SimpleSignTxOrBuilder
public String getCoinName()
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
getCoinName
in interface TrezorMessage.SimpleSignTxOrBuilder
public com.google.protobuf.ByteString getCoinNameBytes()
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
getCoinNameBytes
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorMessage.SimpleSignTx.Builder setCoinName(String value)
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
public TrezorMessage.SimpleSignTx.Builder clearCoinName()
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
public TrezorMessage.SimpleSignTx.Builder setCoinNameBytes(com.google.protobuf.ByteString value)
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
public boolean hasVersion()
optional uint32 version = 5 [default = 1];
transaction version
hasVersion
in interface TrezorMessage.SimpleSignTxOrBuilder
public int getVersion()
optional uint32 version = 5 [default = 1];
transaction version
getVersion
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorMessage.SimpleSignTx.Builder setVersion(int value)
optional uint32 version = 5 [default = 1];
transaction version
public TrezorMessage.SimpleSignTx.Builder clearVersion()
optional uint32 version = 5 [default = 1];
transaction version
public boolean hasLockTime()
optional uint32 lock_time = 6 [default = 0];
transaction lock_time
hasLockTime
in interface TrezorMessage.SimpleSignTxOrBuilder
public int getLockTime()
optional uint32 lock_time = 6 [default = 0];
transaction lock_time
getLockTime
in interface TrezorMessage.SimpleSignTxOrBuilder
public TrezorMessage.SimpleSignTx.Builder setLockTime(int value)
optional uint32 lock_time = 6 [default = 0];
transaction lock_time
public TrezorMessage.SimpleSignTx.Builder clearLockTime()
optional uint32 lock_time = 6 [default = 0];
transaction lock_time
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.