public static interface LightningApi.PreviousOutPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsOurOutput()
Denotes if the outpoint is controlled by the internal wallet.
|
java.lang.String |
getOutpoint()
The outpoint in format txid:n.
|
com.google.protobuf.ByteString |
getOutpointBytes()
The outpoint in format txid:n.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getOutpoint()
The outpoint in format txid:n.
string outpoint = 1;com.google.protobuf.ByteString getOutpointBytes()
The outpoint in format txid:n.
string outpoint = 1;boolean getIsOurOutput()
Denotes if the outpoint is controlled by the internal wallet. The flag will only detect p2wkh, np2wkh and p2tr inputs as its own.
bool is_our_output = 2;