View Source Kadena.Types.Provenance (Kadena v0.7.0)

Provenance struct definition.

Link to this section Summary

Link to this section Types

@type chain_id() :: Kadena.Types.ChainID.t()
@type module_hash() :: String.t()
@type t() :: %Kadena.Types.Provenance{
  module_hash: module_hash(),
  target_chain_id: chain_id()
}
@type target_chain_id() :: String.t()
@type validation() :: {:ok, value()} | {:error, Keyword.t()}
@type value() :: chain_id() | module_hash()