Current section
Files
Jump to
Current section
Files
lib/myspace_object/state.ex
defmodule MyspaceObject.State do
@moduledoc """
The state of a MyspaceObject. State is read from and written to IPFS.
"""
# FIXME: create an Agent to hold the state, and use that instead of a GenServer.
end