Dispatchable
A dispatchable is just something that can be dispatched to a store via store.dispatch()
.
Definition
type Dispatchable = MetaChainNode | Inducer
Notes
See the MetaChainNode and Inducer types.
A dispatchable is just something that can be dispatched to a store via store.dispatch()
.
type Dispatchable = MetaChainNode | Inducer
See the MetaChainNode and Inducer types.