View Source Kadena.Chainweb.Pact.LocalRequestBody (Kadena v0.19.0)

LocalRequestBody struct definition.

Link to this section Summary

Link to this section Types

@type cmd() :: String.t()
@type command() :: Kadena.Types.Command.t()
@type error() :: {:error, Keyword.t()}
@type raw_sigs() :: [map()]
@type sigs() :: [Kadena.Types.Signature.t()]
@type t() :: %Kadena.Chainweb.Pact.LocalRequestBody{
  cmd: cmd(),
  hash: hash(),
  sigs: sigs()
}