public static interface LightningApi.MacaroonIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getNonce()
bytes nonce = 1; |
LightningApi.Op |
getOps(int index)
repeated .lnrpc.Op ops = 3; |
int |
getOpsCount()
repeated .lnrpc.Op ops = 3; |
java.util.List<LightningApi.Op> |
getOpsList()
repeated .lnrpc.Op ops = 3; |
LightningApi.OpOrBuilder |
getOpsOrBuilder(int index)
repeated .lnrpc.Op ops = 3; |
java.util.List<? extends LightningApi.OpOrBuilder> |
getOpsOrBuilderList()
repeated .lnrpc.Op ops = 3; |
com.google.protobuf.ByteString |
getStorageId()
bytes storageId = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getNonce()
bytes nonce = 1;com.google.protobuf.ByteString getStorageId()
bytes storageId = 2;java.util.List<LightningApi.Op> getOpsList()
repeated .lnrpc.Op ops = 3;LightningApi.Op getOps(int index)
repeated .lnrpc.Op ops = 3;int getOpsCount()
repeated .lnrpc.Op ops = 3;java.util.List<? extends LightningApi.OpOrBuilder> getOpsOrBuilderList()
repeated .lnrpc.Op ops = 3;LightningApi.OpOrBuilder getOpsOrBuilder(int index)
repeated .lnrpc.Op ops = 3;