public class CredentialPublicKeys extends Object
| Constructor and Description |
|---|
CredentialPublicKeys() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static CredentialPublicKeys |
from(Map<Index,ED25519PublicKey> keys,
int threshold)
Creates a new `CredentialPublicKeys` object with the given keys and threshold.
|
byte[] |
getBytes() |
Map<Index,ED25519PublicKey> |
getKeys()
Credential keys (i.e.
|
int |
getThreshold()
The account threshold.
|
int |
hashCode() |
String |
toString() |
public static CredentialPublicKeys from(Map<Index,ED25519PublicKey> keys, int threshold)
keys - the credential keys (i.e. account holder keys).threshold - the account threshold.public byte[] getBytes()
public Map<Index,ED25519PublicKey> getKeys()
public int getThreshold()
protected boolean canEqual(Object other)
Copyright © 2026. All rights reserved.