Package net.osslabz.lnd.dto
Class LnrpcFundingShimCancel
java.lang.Object
net.osslabz.lnd.dto.LnrpcFundingShimCancel
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcFundingShimCancel
extends Object
LnrpcFundingShimCancel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]The pending channel ID of the channel to cancel the funding shim for.inthashCode()pendingChanId(byte[] pendingChanId) voidsetPendingChanId(byte[] pendingChanId) toString()
-
Field Details
-
SERIALIZED_NAME_PENDING_CHAN_ID
- See Also:
-
-
Constructor Details
-
LnrpcFundingShimCancel
public LnrpcFundingShimCancel()
-
-
Method Details
-
pendingChanId
-
getPendingChanId
@Nullable public byte[] getPendingChanId()The pending channel ID of the channel to cancel the funding shim for.- Returns:
- pendingChanId
-
setPendingChanId
public void setPendingChanId(byte[] pendingChanId) -
equals
-
hashCode
public int hashCode() -
toString
-