BoundedAuthorityProtocol.V1.KeyTransition (Bounded Authority Protocol v0.1.1)

Copy Markdown View Source

Closed deterministic historical-key transition signing input.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.KeyTransition{
  chain_id: binary(),
  current_key_id: binary(),
  current_public_key: binary(),
  effective_at: integer(),
  next_key_id: binary(),
  next_public_key: binary(),
  transition_id: binary()
}