ExBifrost.Model.AuditVerifyResult (ex_bifrost v0.1.0)

Copy Markdown View Source

The result of an audit log signature verification.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AuditVerifyResult{
  computed: String.t(),
  stored: String.t(),
  valid: boolean()
}

Functions

decode(value)