public final class UpdateCredentialKeys extends Payload
Constructor and Description |
---|
UpdateCredentialKeys(CredentialRegistrationId credentialRegistrationID,
CredentialPublicKeys keys,
UInt16 numExistingCredentials) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
CredentialRegistrationId |
getCredentialRegistrationID()
Id of the credential whose keys are to be updated.
|
CredentialPublicKeys |
getKeys()
The new public keys
|
UInt16 |
getNumExistingCredentials()
the number of existing credentials on the account.
|
protected byte[] |
getRawPayloadBytes()
This must return the raw payload i.e., the
payload only.
|
TransactionType |
getTransactionType() |
int |
hashCode() |
String |
toString() |
public UpdateCredentialKeys(CredentialRegistrationId credentialRegistrationID, CredentialPublicKeys keys, UInt16 numExistingCredentials)
public TransactionType getTransactionType()
getTransactionType
in class Payload
protected byte[] getRawPayloadBytes()
Payload
Payload.getBytes()
getRawPayloadBytes
in class Payload
public CredentialRegistrationId getCredentialRegistrationID()
public CredentialPublicKeys getKeys()
public UInt16 getNumExistingCredentials()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.