CharterAgreementProtocol.PartyDescriptor.VerificationKey (Charter Agreement Protocol v0.2.1)

Copy Markdown View Source

One closed, non-authorizing Ed25519 verification-key record.

Summary

Types

t()

@type t() :: %CharterAgreementProtocol.PartyDescriptor.VerificationKey{
  algorithm: :ed25519,
  key_id: binary(),
  public_key: <<_::256>>,
  status: :active | :retired
}