public static interface LightningApi.OutputDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
The address
|
com.google.protobuf.ByteString |
getAddressBytes()
The address
|
long |
getAmount()
The value of the output coin in satoshis
|
boolean |
getIsOurAddress()
Denotes if the output is controlled by the internal wallet
|
long |
getOutputIndex()
The output index used in the raw transaction
|
LightningApi.OutputScriptType |
getOutputType()
The type of the output
|
int |
getOutputTypeValue()
The type of the output
|
java.lang.String |
getPkScript()
The pkscript in hex
|
com.google.protobuf.ByteString |
getPkScriptBytes()
The pkscript in hex
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getOutputTypeValue()
The type of the output
.lnrpc.OutputScriptType output_type = 1;LightningApi.OutputScriptType getOutputType()
The type of the output
.lnrpc.OutputScriptType output_type = 1;java.lang.String getAddress()
The address
string address = 2;com.google.protobuf.ByteString getAddressBytes()
The address
string address = 2;java.lang.String getPkScript()
The pkscript in hex
string pk_script = 3;com.google.protobuf.ByteString getPkScriptBytes()
The pkscript in hex
string pk_script = 3;long getOutputIndex()
The output index used in the raw transaction
int64 output_index = 4;long getAmount()
The value of the output coin in satoshis
int64 amount = 5;boolean getIsOurAddress()
Denotes if the output is controlled by the internal wallet
bool is_our_address = 6;