public final class SmtProof
extends org.nervos.ckb.type.base.FixedVector
| Modifier and Type | Class and Description |
|---|---|
static class |
SmtProof.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
ITEM_SIZE |
static java.lang.Class |
ITEM_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static SmtProof.Builder |
builder() |
static SmtProof.Builder |
builder(byte[] buf) |
byte |
get(int i) |
int |
getItemCount() |
byte[] |
getItems() |
int |
getItemSize() |
java.lang.Class |
getItemType() |
public static int ITEM_SIZE
public static java.lang.Class ITEM_TYPE
public int getItemSize()
getItemSize in class org.nervos.ckb.type.base.FixedVector@Nonnull public byte get(int i)
@Nullable public byte[] getItems()
public int getItemCount()
getItemCount in class org.nervos.ckb.type.base.Vectorpublic java.lang.Class getItemType()
getItemType in class org.nervos.ckb.type.base.Vectorpublic static SmtProof.Builder builder()
public static SmtProof.Builder builder(@Nonnull byte[] buf)