public static interface LightningApi.ListUnspentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccount()
An optional filter to only include outputs belonging to an account.
|
com.google.protobuf.ByteString |
getAccountBytes()
An optional filter to only include outputs belonging to an account.
|
int |
getMaxConfs()
The maximum number of confirmations to be included.
|
int |
getMinConfs()
The minimum number of confirmations to be included.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMinConfs()
The minimum number of confirmations to be included.
int32 min_confs = 1;int getMaxConfs()
The maximum number of confirmations to be included.
int32 max_confs = 2;java.lang.String getAccount()
An optional filter to only include outputs belonging to an account.
string account = 3;com.google.protobuf.ByteString getAccountBytes()
An optional filter to only include outputs belonging to an account.
string account = 3;