Interacting with the state
{type: "increment"}
to be passed to the state transition function.
{type: "transfer", to: "0x123", amount: 100}
to be passed to the state transition function.
STF
interface that can be extended.
STF
interface.
STF
interface has a single method apply
that takes the input and an identifier.
There are THREE steps to build an STF.
transport.getState()