We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ℹ️ This issue is part of Epic #57
Create a specification module for Pact's endpoint implementations.
spec.ex
lib/chainweb/pact
@callback process(data :: data(), network_opts :: network_opts()) :: {:ok, response()} | error()
Kadena.Chainweb.Pact
The text was updated successfully, but these errors were encountered:
miguelnietoa
No branches or pull requests
ℹ️ This issue is part of Epic #57
Objective
Create a specification module for Pact's endpoint implementations.
Checklist
spec.ex
file underlib/chainweb/pact
to define the behavior of Pact's endpoint implementations.Kadena.Chainweb.Pact
which will delegate the endpoint function to its correspondent module.The text was updated successfully, but these errors were encountered: