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