Circlex v0.1.5
  • Pages
  • Modules
  • Mix Tasks

    View Source Circlex.Emulator (Circlex v0.1.5)

    A basic server to mimic the functionality of Circle.

    Link to this section Summary

    Types

    opt()

    Functions

    action_delay()
    child_spec(opts)
    emulator_config()
    merchant_id()
    port()
    start(opts \\ [])
    usdc_address()

    Link to this section Types

    Link to this type

    opt()

    View Source
    @type opt() :: {:port, integer()} | {:initial_state, term()}

    Link to this section Functions

    Link to this function

    action_delay()

    View Source
    Link to this function

    child_spec(opts)

    View Source
    Link to this function

    emulator_config()

    View Source
    Link to this function

    merchant_id()

    View Source
    Link to this function

    port()

    View Source
    Link to this function

    start(opts \\ [])

    View Source
    @spec start([opt()]) :: {:ok, pid()} | {:error, String.t()}
    Link to this function

    usdc_address()

    View Source

    On Hex.pm: Package Preview (current file)

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