View Source Kadena.Types.PactTransactionHash (Kadena v0.19.1)

PactTransactionHash struct definition.

Link to this section Summary

Link to this section Types

@type base64_url() :: Kadena.Types.Base64Url.t()
@type errors() :: {:error, Keyword.t()}
@type hash() :: String.t()
@type t() :: %Kadena.Types.PactTransactionHash{hash: hash()}