View Source Kadena.Types.Spec behaviour (Kadena v0.19.0)

Defines base types constructions.

Link to this section Summary

Link to this section Types

@type error() :: {:error, reasons()}
@type reasons() :: Keyword.t()

Link to this section Callbacks

@callback new(any()) :: struct() | error()