Op
: GET
, PUT
, POST
, and DELETE
. These correspond to HTTP methods . Every TinyChain Op
is accessible over HTTP using the corresponding request method.String
in its classpath: /state/scalar/string
. So, String
is a subclass of Value
, which is a subclass of Scalar
, which is a subclass of State
, which is the parent of every TinyChain class. Any TinyChain Value
can be constructed using by GET
ting its class.