View Source StarkNet.Request (StarkNet v0.1.2)

StarkNet Gateway request.

Link to this section Summary

Link to this section Types

Specs

t() :: %StarkNet.Request{
  body: map() | nil,
  endpoint: :feeder_gateway | :gateway,
  method: atom(),
  path: String.t(),
  query: Enum.t()
}

Link to this section Functions

Link to this function

build(endpoint, method, path, query \\ nil, body \\ nil)

View Source