public class EstimateFeeRequest extends Message<WalletKitOuterClass.EstimateFeeRequest>
Message,
WalletKitOuterClass.EstimateFeeRequestbuilder, wrapperFactory| Constructor and Description |
|---|
EstimateFeeRequest()
Empty Constructor
|
EstimateFeeRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
EstimateFeeRequest(WalletKitOuterClass.EstimateFeeRequest apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConfTarget()
Getter for confTarget.
|
void |
setConfTarget(int value)
Setter for confTarget.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic EstimateFeeRequest()
public EstimateFeeRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public EstimateFeeRequest(WalletKitOuterClass.EstimateFeeRequest apiObject)