public class Index extends Object implements Comparable
The Index
is used when setting up the TransactionSigner
when signing a Transaction
.
That is, the Index
serves both as `CredentialIndex` and `KeyIndex`.
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
int |
compareTo(Object o) |
boolean |
equals(Object o) |
static Index |
from(int index) |
static Index |
fromBytes(ByteBuffer source) |
byte |
getValue() |
int |
hashCode() |
String |
toString() |
public static Index from(int index)
public static Index fromBytes(ByteBuffer source)
public int compareTo(Object o)
compareTo
in interface Comparable
protected boolean canEqual(Object other)
public byte getValue()
Copyright © 2025. All rights reserved.