View Source Kadena.Chainweb.Pact.Request behaviour (Kadena v0.6.1)

Requests specification for Chainweb.Pact contracts.

Link to this section Summary

Link to this section Types

Link to this section Callbacks

@callback prepare(request :: request()) :: body() | error()
Link to this callback

process(request, network, chain_id)

View Source
@callback process(request :: request(), network :: network(), chain_id :: chain_id()) ::
  {:ok, response()} | error()