Package net.osslabz.lnd.dto
Class PendingChannelsResponseCommitments
java.lang.Object
net.osslabz.lnd.dto.PendingChannelsResponseCommitments
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class PendingChannelsResponseCommitments
extends Object
PendingChannelsResponseCommitments
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe amount in satoshis calculated to be paid in fees for the local commitment.Hash of the local version of the commitment tx.The amount in satoshis calculated to be paid in fees for the remote commitment.The amount in satoshis calculated to be paid in fees for the remote pending commitment.Hash of the remote pending version of the commitment tx.Hash of the remote version of the commitment tx.inthashCode()localCommitFeeSat(String localCommitFeeSat) remoteCommitFeeSat(String remoteCommitFeeSat) remotePendingCommitFeeSat(String remotePendingCommitFeeSat) remotePendingTxid(String remotePendingTxid) remoteTxid(String remoteTxid) voidsetLocalCommitFeeSat(String localCommitFeeSat) voidsetLocalTxid(String localTxid) voidsetRemoteCommitFeeSat(String remoteCommitFeeSat) voidsetRemotePendingCommitFeeSat(String remotePendingCommitFeeSat) voidsetRemotePendingTxid(String remotePendingTxid) voidsetRemoteTxid(String remoteTxid) toString()
-
Field Details
-
SERIALIZED_NAME_LOCAL_TXID
- See Also:
-
SERIALIZED_NAME_REMOTE_TXID
- See Also:
-
SERIALIZED_NAME_REMOTE_PENDING_TXID
- See Also:
-
SERIALIZED_NAME_LOCAL_COMMIT_FEE_SAT
- See Also:
-
SERIALIZED_NAME_REMOTE_COMMIT_FEE_SAT
- See Also:
-
SERIALIZED_NAME_REMOTE_PENDING_COMMIT_FEE_SAT
- See Also:
-
-
Constructor Details
-
PendingChannelsResponseCommitments
public PendingChannelsResponseCommitments()
-
-
Method Details
-
localTxid
-
getLocalTxid
Hash of the local version of the commitment tx.- Returns:
- localTxid
-
setLocalTxid
-
remoteTxid
-
getRemoteTxid
Hash of the remote version of the commitment tx.- Returns:
- remoteTxid
-
setRemoteTxid
-
remotePendingTxid
-
getRemotePendingTxid
Hash of the remote pending version of the commitment tx.- Returns:
- remotePendingTxid
-
setRemotePendingTxid
-
localCommitFeeSat
-
getLocalCommitFeeSat
The amount in satoshis calculated to be paid in fees for the local commitment.- Returns:
- localCommitFeeSat
-
setLocalCommitFeeSat
-
remoteCommitFeeSat
-
getRemoteCommitFeeSat
The amount in satoshis calculated to be paid in fees for the remote commitment.- Returns:
- remoteCommitFeeSat
-
setRemoteCommitFeeSat
-
remotePendingCommitFeeSat
public PendingChannelsResponseCommitments remotePendingCommitFeeSat(String remotePendingCommitFeeSat) -
getRemotePendingCommitFeeSat
The amount in satoshis calculated to be paid in fees for the remote pending commitment.- Returns:
- remotePendingCommitFeeSat
-
setRemotePendingCommitFeeSat
-
equals
-
hashCode
public int hashCode() -
toString
-