Package net.osslabz.lnd.dto
Class LnrpcNodePair
java.lang.Object
net.osslabz.lnd.dto.LnrpcNodePair
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcNodePair
extends Object
LnrpcNodePair
-
Field Details
-
SERIALIZED_NAME_FROM
- See Also:
-
SERIALIZED_NAME_TO
- See Also:
-
-
Constructor Details
-
LnrpcNodePair
public LnrpcNodePair()
-
-
Method Details
-
from
-
getFrom
@Nullable public byte[] getFrom()The sending node of the pair. When using REST, this field must be encoded as base64.- Returns:
- from
-
setFrom
public void setFrom(byte[] from) -
to
-
getTo
@Nullable public byte[] getTo()The receiving node of the pair. When using REST, this field must be encoded as base64.- Returns:
- to
-
setTo
public void setTo(byte[] to) -
equals
-
hashCode
public int hashCode() -
toString
-