Kadena v0.7.0
  • Pages
  • Modules

    View Source Kadena.Chainweb.Pact.JSONPayload protocol (Kadena v0.7.0)

    Link to this section Summary

    Types

    json_string()
    request_body()
    t()

    Functions

    parse(request_body)

    Link to this section Types

    Link to this type

    json_string()

    View Source
    @type json_string() :: String.t()
    Link to this type

    request_body()

    View Source
    @type request_body() ::
      Kadena.Types.CommandPayload.t()
      | Kadena.Types.ListenRequestBody.t()
      | Kadena.Types.LocalRequestBody.t()
      | Kadena.Types.PollRequestBody.t()
      | Kadena.Types.SendRequestBody.t()
      | Kadena.Types.SPVRequestBody.t()
    Link to this type

    t()

    View Source
    @type t() :: term()

    Link to this section Functions

    Link to this function

    parse(request_body)

    View Source
    @spec parse(request_body :: request_body()) :: json_string()

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.29.0) for the Elixir programming language