public static interface KeepKeyMessage.EstimateTxSizeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCoinName()
coin to use
|
com.google.protobuf.ByteString |
getCoinNameBytes()
coin to use
|
int |
getInputsCount()
number of transaction inputs
|
int |
getOutputsCount()
number of transaction outputs
|
boolean |
hasCoinName()
coin to use
|
boolean |
hasInputsCount()
number of transaction inputs
|
boolean |
hasOutputsCount()
number of transaction outputs
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasOutputsCount()
number of transaction outputs
required uint32 outputs_count = 1;
int getOutputsCount()
number of transaction outputs
required uint32 outputs_count = 1;
boolean hasInputsCount()
number of transaction inputs
required uint32 inputs_count = 2;
int getInputsCount()
number of transaction inputs
required uint32 inputs_count = 2;
boolean hasCoinName()
coin to use
optional string coin_name = 3 [default = "Bitcoin"];
String getCoinName()
coin to use
optional string coin_name = 3 [default = "Bitcoin"];
com.google.protobuf.ByteString getCoinNameBytes()
coin to use
optional string coin_name = 3 [default = "Bitcoin"];
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.