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

LocalRequestBody struct definition.

Link to this section Summary

Link to this section Types

@type cmd() :: String.t()
@type command() :: String.t()
@type errors() :: {:error, Keyword.t()}
@type sigs() :: Kadena.Types.SignaturesList.t()
@type t() :: %Kadena.Types.LocalRequestBody{cmd: cmd(), hash: hash(), sigs: sigs()}