public class EstimateFeeResponse extends Message<LightningApi.EstimateFeeResponse>
Message,
LightningApi.EstimateFeeResponsebuilder, wrapperFactory| Constructor and Description |
|---|
EstimateFeeResponse()
Empty Constructor
|
EstimateFeeResponse(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
EstimateFeeResponse(LightningApi.EstimateFeeResponse apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
long |
getFeerateSatPerByte()
Getter for feerateSatPerByte.
|
long |
getFeeSat()
Getter for feeSat.
|
long |
getSatPerVbyte()
Getter for satPerVbyte.
|
void |
setFeerateSatPerByte(long value)
Setter for feerateSatPerByte.
|
void |
setFeeSat(long value)
Setter for feeSat.
|
void |
setSatPerVbyte(long value)
Setter for satPerVbyte.
|
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(LightningApi.EstimateFeeResponse apiObject)
public long getFeeSat()
public void setFeeSat(long value)
public long getFeerateSatPerByte()
public void setFeerateSatPerByte(long value)
public long getSatPerVbyte()
public void setSatPerVbyte(long value)