public static interface KeepKeyMessage.SimpleSignTxOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCoinName()
optional string coin_name = 4 [default = "Bitcoin"]; |
com.google.protobuf.ByteString |
getCoinNameBytes()
optional string coin_name = 4 [default = "Bitcoin"]; |
KeepKeyType.TxInputType |
getInputs(int index)
repeated .TxInputType inputs = 1; |
int |
getInputsCount()
repeated .TxInputType inputs = 1; |
List<KeepKeyType.TxInputType> |
getInputsList()
repeated .TxInputType inputs = 1; |
KeepKeyType.TxInputTypeOrBuilder |
getInputsOrBuilder(int index)
repeated .TxInputType inputs = 1; |
List<? extends KeepKeyType.TxInputTypeOrBuilder> |
getInputsOrBuilderList()
repeated .TxInputType inputs = 1; |
KeepKeyType.TxOutputType |
getOutputs(int index)
repeated .TxOutputType outputs = 2; |
int |
getOutputsCount()
repeated .TxOutputType outputs = 2; |
List<KeepKeyType.TxOutputType> |
getOutputsList()
repeated .TxOutputType outputs = 2; |
KeepKeyType.TxOutputTypeOrBuilder |
getOutputsOrBuilder(int index)
repeated .TxOutputType outputs = 2; |
List<? extends KeepKeyType.TxOutputTypeOrBuilder> |
getOutputsOrBuilderList()
repeated .TxOutputType outputs = 2; |
KeepKeyType.TransactionType |
getTransactions(int index)
repeated .TransactionType transactions = 3; |
int |
getTransactionsCount()
repeated .TransactionType transactions = 3; |
List<KeepKeyType.TransactionType> |
getTransactionsList()
repeated .TransactionType transactions = 3; |
KeepKeyType.TransactionTypeOrBuilder |
getTransactionsOrBuilder(int index)
repeated .TransactionType transactions = 3; |
List<? extends KeepKeyType.TransactionTypeOrBuilder> |
getTransactionsOrBuilderList()
repeated .TransactionType transactions = 3; |
boolean |
hasCoinName()
optional string coin_name = 4 [default = "Bitcoin"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<KeepKeyType.TxInputType> getInputsList()
repeated .TxInputType inputs = 1;
transaction inputs
KeepKeyType.TxInputType getInputs(int index)
repeated .TxInputType inputs = 1;
transaction inputs
int getInputsCount()
repeated .TxInputType inputs = 1;
transaction inputs
List<? extends KeepKeyType.TxInputTypeOrBuilder> getInputsOrBuilderList()
repeated .TxInputType inputs = 1;
transaction inputs
KeepKeyType.TxInputTypeOrBuilder getInputsOrBuilder(int index)
repeated .TxInputType inputs = 1;
transaction inputs
List<KeepKeyType.TxOutputType> getOutputsList()
repeated .TxOutputType outputs = 2;
transaction outputs
KeepKeyType.TxOutputType getOutputs(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
int getOutputsCount()
repeated .TxOutputType outputs = 2;
transaction outputs
List<? extends KeepKeyType.TxOutputTypeOrBuilder> getOutputsOrBuilderList()
repeated .TxOutputType outputs = 2;
transaction outputs
KeepKeyType.TxOutputTypeOrBuilder getOutputsOrBuilder(int index)
repeated .TxOutputType outputs = 2;
transaction outputs
List<KeepKeyType.TransactionType> getTransactionsList()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
KeepKeyType.TransactionType getTransactions(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
int getTransactionsCount()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
List<? extends KeepKeyType.TransactionTypeOrBuilder> getTransactionsOrBuilderList()
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
KeepKeyType.TransactionTypeOrBuilder getTransactionsOrBuilder(int index)
repeated .TransactionType transactions = 3;
transactions whose outputs are used to build current inputs
boolean hasCoinName()
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
String getCoinName()
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
com.google.protobuf.ByteString getCoinNameBytes()
optional string coin_name = 4 [default = "Bitcoin"];
coin to use
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.