public static interface LightningApi.RoutingPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCustomRecords(long key)
Custom channel update tlv records.
|
java.util.Map<java.lang.Long,com.google.protobuf.ByteString> |
getCustomRecords()
Deprecated.
|
int |
getCustomRecordsCount()
Custom channel update tlv records.
|
java.util.Map<java.lang.Long,com.google.protobuf.ByteString> |
getCustomRecordsMap()
Custom channel update tlv records.
|
com.google.protobuf.ByteString |
getCustomRecordsOrDefault(long key,
com.google.protobuf.ByteString defaultValue)
Custom channel update tlv records.
|
com.google.protobuf.ByteString |
getCustomRecordsOrThrow(long key)
Custom channel update tlv records.
|
boolean |
getDisabled()
bool disabled = 5; |
long |
getFeeBaseMsat()
int64 fee_base_msat = 3; |
long |
getFeeRateMilliMsat()
int64 fee_rate_milli_msat = 4; |
int |
getLastUpdate()
uint32 last_update = 7; |
long |
getMaxHtlcMsat()
uint64 max_htlc_msat = 6; |
long |
getMinHtlc()
int64 min_htlc = 2; |
int |
getTimeLockDelta()
uint32 time_lock_delta = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTimeLockDelta()
uint32 time_lock_delta = 1;long getMinHtlc()
int64 min_htlc = 2;long getFeeBaseMsat()
int64 fee_base_msat = 3;long getFeeRateMilliMsat()
int64 fee_rate_milli_msat = 4;boolean getDisabled()
bool disabled = 5;long getMaxHtlcMsat()
uint64 max_htlc_msat = 6;int getLastUpdate()
uint32 last_update = 7;int getCustomRecordsCount()
Custom channel update tlv records.
map<uint64, bytes> custom_records = 8;boolean containsCustomRecords(long key)
Custom channel update tlv records.
map<uint64, bytes> custom_records = 8;@Deprecated java.util.Map<java.lang.Long,com.google.protobuf.ByteString> getCustomRecords()
getCustomRecordsMap() instead.java.util.Map<java.lang.Long,com.google.protobuf.ByteString> getCustomRecordsMap()
Custom channel update tlv records.
map<uint64, bytes> custom_records = 8;com.google.protobuf.ByteString getCustomRecordsOrDefault(long key,
com.google.protobuf.ByteString defaultValue)
Custom channel update tlv records.
map<uint64, bytes> custom_records = 8;com.google.protobuf.ByteString getCustomRecordsOrThrow(long key)
Custom channel update tlv records.
map<uint64, bytes> custom_records = 8;