public static final class KeepKeyMessage.SimpleSignTx.Builder extends com.google.protobuf.GeneratedMessage.Builder<KeepKeyMessage.SimpleSignTx.Builder> implements KeepKeyMessage.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
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<KeepKeyMessage.SimpleSignTx.Builder>
public KeepKeyMessage.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<KeepKeyMessage.SimpleSignTx.Builder>
public KeepKeyMessage.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<KeepKeyMessage.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<KeepKeyMessage.SimpleSignTx.Builder>
public KeepKeyMessage.SimpleSignTx getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public KeepKeyMessage.SimpleSignTx build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public KeepKeyMessage.SimpleSignTx buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public KeepKeyMessage.SimpleSignTx.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<KeepKeyMessage.SimpleSignTx.Builder>
public KeepKeyMessage.SimpleSignTx.Builder mergeFrom(KeepKeyMessage.SimpleSignTx other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<KeepKeyMessage.SimpleSignTx.Builder>
public KeepKeyMessage.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<KeepKeyMessage.SimpleSignTx.Builder>
IOException
public List<KeepKeyType.TxInputType> getInputsList()
repeated .TxInputType inputs = 1;
transaction inputs
getInputsList
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public int getInputsCount()
repeated .TxInputType inputs = 1;
transaction inputs
getInputsCount
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public KeepKeyType.TxInputType getInputs(int index)
repeated .TxInputType inputs = 1;
transaction inputs
getInputs
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public KeepKeyMessage.SimpleSignTx.Builder setInputs(int index, KeepKeyType.TxInputType value)
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyMessage.SimpleSignTx.Builder setInputs(int index, KeepKeyType.TxInputType.Builder builderForValue)
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyMessage.SimpleSignTx.Builder addInputs(KeepKeyType.TxInputType value)
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyMessage.SimpleSignTx.Builder addInputs(int index, KeepKeyType.TxInputType value)
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyMessage.SimpleSignTx.Builder addInputs(KeepKeyType.TxInputType.Builder builderForValue)
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyMessage.SimpleSignTx.Builder addInputs(int index, KeepKeyType.TxInputType.Builder builderForValue)
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyMessage.SimpleSignTx.Builder addAllInputs(Iterable<? extends KeepKeyType.TxInputType> values)
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyMessage.SimpleSignTx.Builder clearInputs()
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyMessage.SimpleSignTx.Builder removeInputs(int index)
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyType.TxInputType.Builder getInputsBuilder(int index)
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyType.TxInputTypeOrBuilder getInputsOrBuilder(int index)
repeated .TxInputType inputs = 1;
transaction inputs
getInputsOrBuilder
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public List<? extends KeepKeyType.TxInputTypeOrBuilder> getInputsOrBuilderList()
repeated .TxInputType inputs = 1;
transaction inputs
getInputsOrBuilderList
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public KeepKeyType.TxInputType.Builder addInputsBuilder()
repeated .TxInputType inputs = 1;
transaction inputs
public KeepKeyType.TxInputType.Builder addInputsBuilder(int index)
repeated .TxInputType inputs = 1;
transaction inputs
public List<KeepKeyType.TxInputType.Builder> getInputsBuilderList()
repeated .TxInputType inputs = 1;
transaction inputs
public List<KeepKeyType.TxOutputType> getOutputsList()
repeated .TxOutputType outputs = 2;
transaction outputs
getOutputsList
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public int getOutputsCount()
repeated .TxOutputType outputs = 2;
transaction outputs
getOutputsCount
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public KeepKeyType.TxOutputType getOutputs(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
getOutputs
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public KeepKeyMessage.SimpleSignTx.Builder setOutputs(int index, KeepKeyType.TxOutputType value)
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyMessage.SimpleSignTx.Builder setOutputs(int index, KeepKeyType.TxOutputType.Builder builderForValue)
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyMessage.SimpleSignTx.Builder addOutputs(KeepKeyType.TxOutputType value)
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyMessage.SimpleSignTx.Builder addOutputs(int index, KeepKeyType.TxOutputType value)
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyMessage.SimpleSignTx.Builder addOutputs(KeepKeyType.TxOutputType.Builder builderForValue)
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyMessage.SimpleSignTx.Builder addOutputs(int index, KeepKeyType.TxOutputType.Builder builderForValue)
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyMessage.SimpleSignTx.Builder addAllOutputs(Iterable<? extends KeepKeyType.TxOutputType> values)
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyMessage.SimpleSignTx.Builder clearOutputs()
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyMessage.SimpleSignTx.Builder removeOutputs(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyType.TxOutputType.Builder getOutputsBuilder(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyType.TxOutputTypeOrBuilder getOutputsOrBuilder(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
getOutputsOrBuilder
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public List<? extends KeepKeyType.TxOutputTypeOrBuilder> getOutputsOrBuilderList()
repeated .TxOutputType outputs = 2;
transaction outputs
getOutputsOrBuilderList
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public KeepKeyType.TxOutputType.Builder addOutputsBuilder()
repeated .TxOutputType outputs = 2;
transaction outputs
public KeepKeyType.TxOutputType.Builder addOutputsBuilder(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
public List<KeepKeyType.TxOutputType.Builder> getOutputsBuilderList()
repeated .TxOutputType outputs = 2;
transaction outputs
public List<KeepKeyType.TransactionType> getTransactionsList()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
getTransactionsList
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public int getTransactionsCount()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
getTransactionsCount
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public KeepKeyType.TransactionType getTransactions(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
getTransactions
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public KeepKeyMessage.SimpleSignTx.Builder setTransactions(int index, KeepKeyType.TransactionType value)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyMessage.SimpleSignTx.Builder setTransactions(int index, KeepKeyType.TransactionType.Builder builderForValue)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyMessage.SimpleSignTx.Builder addTransactions(KeepKeyType.TransactionType value)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyMessage.SimpleSignTx.Builder addTransactions(int index, KeepKeyType.TransactionType value)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyMessage.SimpleSignTx.Builder addTransactions(KeepKeyType.TransactionType.Builder builderForValue)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyMessage.SimpleSignTx.Builder addTransactions(int index, KeepKeyType.TransactionType.Builder builderForValue)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyMessage.SimpleSignTx.Builder addAllTransactions(Iterable<? extends KeepKeyType.TransactionType> values)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyMessage.SimpleSignTx.Builder clearTransactions()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyMessage.SimpleSignTx.Builder removeTransactions(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyType.TransactionType.Builder getTransactionsBuilder(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyType.TransactionTypeOrBuilder getTransactionsOrBuilder(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
getTransactionsOrBuilder
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public List<? extends KeepKeyType.TransactionTypeOrBuilder> getTransactionsOrBuilderList()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
getTransactionsOrBuilderList
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public KeepKeyType.TransactionType.Builder addTransactionsBuilder()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public KeepKeyType.TransactionType.Builder addTransactionsBuilder(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
public List<KeepKeyType.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 KeepKeyMessage.SimpleSignTxOrBuilder
public String getCoinName()
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
getCoinName
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public com.google.protobuf.ByteString getCoinNameBytes()
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
getCoinNameBytes
in interface KeepKeyMessage.SimpleSignTxOrBuilder
public KeepKeyMessage.SimpleSignTx.Builder setCoinName(String value)
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
public KeepKeyMessage.SimpleSignTx.Builder clearCoinName()
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
public KeepKeyMessage.SimpleSignTx.Builder setCoinNameBytes(com.google.protobuf.ByteString value)
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.