View Source Icon.Schema.Types.Block.Tick (ICON 2.0 SDK v0.2.3)

This module defines a minimal block that only has two keys:

KeyTypeDescription
hashIcon.Schema.Types.Hash.t()Block hash.
heightIcon.Schema.Types.Integer.t()Block height.

Link to this section Summary

Link to this section Types

@type t() :: %Icon.Schema.Types.Block.Tick{hash: term(), height: term()}