public static interface LightningApi.ChannelPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getFundingTxidBytes()
/ Txid of the funding transaction
|
LightningApi.ChannelPoint.FundingTxidCase |
getFundingTxidCase() |
java.lang.String |
getFundingTxidStr()
/ Hex-encoded string representing the funding transaction
|
com.google.protobuf.ByteString |
getFundingTxidStrBytes()
/ Hex-encoded string representing the funding transaction
|
int |
getOutputIndex()
/ The index of the output of the funding transaction
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getFundingTxidBytes()
/ Txid of the funding transaction
bytes funding_txid_bytes = 1[json_name = "funding_txid_bytes"];
java.lang.String getFundingTxidStr()
/ Hex-encoded string representing the funding transaction
string funding_txid_str = 2[json_name = "funding_txid_str"];
com.google.protobuf.ByteString getFundingTxidStrBytes()
/ Hex-encoded string representing the funding transaction
string funding_txid_str = 2[json_name = "funding_txid_str"];
int getOutputIndex()
/ The index of the output of the funding transaction
uint32 output_index = 3[json_name = "output_index"];
LightningApi.ChannelPoint.FundingTxidCase getFundingTxidCase()