Module sapio_front::session[][src]

An interactive compilation session designed to be compatible with sapio-lang/TUX

Structs

Menu

A precompiled menu of available contract options

MenuBuilder

A struct for creating a session Menu interactively

Program

A Program is a wrapper type for a list of JSON objects that should be of form:

Session

An interactive compiler session

Enums

Msg

Internal msg type to permit either strings or bytes

Reaction

A response to a client request

SessionError

Errors that can arise during a Session

Functions

from_json

Create a compiled object of type T from a JSON

from_json_convert

Create a compiled object of type T from a JSON which we first pass through type C.