View Source Kadena.Types.SignedCommand (Kadena v0.19.0)

SignedCommand struct definition.

Link to this section Summary

Link to this section Types

@type cmd() :: str()
@type hash() :: str()
@type sigs() :: [Kadena.Types.Signature.t()]
@type str() :: String.t()
@type t() :: %Kadena.Types.SignedCommand{cmd: cmd(), hash: hash(), sigs: sigs()}
@type validation() :: {:ok, value()} | {:error, Keyword.t()}
@type value() :: str() | sigs()