View Source Xander.ChainSync.Ledger.IntersectionTarget (Xander v0.3.0)
Represents a chain intersection point with slot number, block hash, and block bytes.
Summary
Types
@type t() :: %Xander.ChainSync.Ledger.IntersectionTarget{ block_bytes: binary(), block_hash: String.t(), slot: non_neg_integer() }