Package net.osslabz.lnd.dto
Class LnrpcChannelPoint
java.lang.Object
net.osslabz.lnd.dto.LnrpcChannelPoint
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcChannelPoint
extends Object
LnrpcChannelPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfundingTxidBytes(byte[] fundingTxidBytes) fundingTxidStr(String fundingTxidStr) byte[]Txid of the funding transaction.Hex-encoded string representing the byte-reversed hash of the funding transaction.Get outputIndexinthashCode()outputIndex(Long outputIndex) voidsetFundingTxidBytes(byte[] fundingTxidBytes) voidsetFundingTxidStr(String fundingTxidStr) voidsetOutputIndex(Long outputIndex) toString()
-
Field Details
-
SERIALIZED_NAME_FUNDING_TXID_BYTES
- See Also:
-
SERIALIZED_NAME_FUNDING_TXID_STR
- See Also:
-
SERIALIZED_NAME_OUTPUT_INDEX
- See Also:
-
-
Constructor Details
-
LnrpcChannelPoint
public LnrpcChannelPoint()
-
-
Method Details
-
fundingTxidBytes
-
getFundingTxidBytes
@Nullable public byte[] getFundingTxidBytes()Txid of the funding transaction. When using REST, this field must be encoded as base64.- Returns:
- fundingTxidBytes
-
setFundingTxidBytes
public void setFundingTxidBytes(byte[] fundingTxidBytes) -
fundingTxidStr
-
getFundingTxidStr
Hex-encoded string representing the byte-reversed hash of the funding transaction.- Returns:
- fundingTxidStr
-
setFundingTxidStr
-
outputIndex
-
getOutputIndex
Get outputIndex- Returns:
- outputIndex
-
setOutputIndex
-
equals
-
hashCode
public int hashCode() -
toString
-