public class CredentialPublicKeys extends Object
Constructor and Description |
---|
CredentialPublicKeys() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2025. All rights reserved.