View Source Kadena.Pact.Exp (Kadena v0.19.0)

Implementation for Pact.Exp functions.

Link to this section Summary

Link to this section Types

@type args() :: list()
@type error() :: {:error, Keyword.t()}
@type response() :: {:ok, result()} | error()
@type result() :: String.t()

Link to this section Functions

@spec create(args :: args()) :: response()