public static interface Proof.AccumulatorProofOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBitmap()
The bitmap indicating which siblings are default.
|
com.google.protobuf.ByteString |
getNonDefaultSiblings(int index)
The non-default siblings.
|
int |
getNonDefaultSiblingsCount()
The non-default siblings.
|
List<com.google.protobuf.ByteString> |
getNonDefaultSiblingsList()
The non-default siblings.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getBitmap()
The bitmap indicating which siblings are default. 1 means non-default and 0 means default. The LSB corresponds to the sibling at the bottom of the accumulator. The leftmost 1-bit corresponds to the sibling at the level just below root level in the accumulator, since this one is always non-default.
uint64 bitmap = 1;List<com.google.protobuf.ByteString> getNonDefaultSiblingsList()
The non-default siblings. The ones near the root are at the beginning of the list.
repeated bytes non_default_siblings = 2;int getNonDefaultSiblingsCount()
The non-default siblings. The ones near the root are at the beginning of the list.
repeated bytes non_default_siblings = 2;com.google.protobuf.ByteString getNonDefaultSiblings(int index)
The non-default siblings. The ones near the root are at the beginning of the list.
repeated bytes non_default_siblings = 2;Copyright © 2019. All rights reserved.