public static interface LightningApi.PaymentHashOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getRHash()
/ The payment hash of the invoice to be looked up.
|
java.lang.String |
getRHashStr()
The hex-encoded payment hash of the invoice to be looked up.
|
com.google.protobuf.ByteString |
getRHashStrBytes()
The hex-encoded payment hash of the invoice to be looked up.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getRHashStr()
The hex-encoded payment hash of the invoice to be looked up. The passed payment hash must be exactly 32 bytes, otherwise an error is returned.
string r_hash_str = 1[json_name = "r_hash_str"];
com.google.protobuf.ByteString getRHashStrBytes()
The hex-encoded payment hash of the invoice to be looked up. The passed payment hash must be exactly 32 bytes, otherwise an error is returned.
string r_hash_str = 1[json_name = "r_hash_str"];
com.google.protobuf.ByteString getRHash()
/ The payment hash of the invoice to be looked up.
bytes r_hash = 2[json_name = "r_hash"];