GroundPlane.Contracts.EpochRef (GroundPlane Contracts v0.1.0)

Copy Markdown View Source

Revision/lease epoch reference used by stale-write and revocation gates.

Summary

Types

t()

@type t() :: %GroundPlane.Contracts.EpochRef{
  epoch: term(),
  epoch_ref: term(),
  resource_id: term(),
  tenant_id: term(),
  trace_id: term()
}

Functions

new(attrs)