Local BEAM-backed Incant admin session.
This is the local implementation of the same session interface that remote
SafeRPC service sessions implement. UI code should call the Incant.Session
protocol functions and not branch on this struct directly.
Summary
Functions
Builds a local session from an Incant admin module.
Types
@type t() :: %Incant.Session.Local{ admin: module(), context: map(), contract: Incant.Admin.Contract.t() }