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