View Source StateChannel behaviour (state_channel v0.0.4)

Link to this section Summary

Link to this section Callbacks

Link to this callback

on_message(key, value, socket)

View Source (optional)
@callback on_message(key :: term(), value :: term(), socket :: term()) :: term()

Link to this section Functions

Link to this function

handle_in(mod, arg2, arg3, socket)

View Source