Title

Global

Members

Object

# constant FormDataStateContext

Form data state context.

View Source components/FormDataStateContext.js, line 9

Object

# constant INITIAL_STATE

Initial state of the store.

View Source redux/Contracts/contracts-reducer.js, line 9

Object

# constant INITIAL_STATE

Initial state of the store.

View Source redux/UI/ui-reducer.js, line 9

# constant loadContract

Loads the contract into the store.

View Source redux/Contracts/contracts-actions.js, line 9

Object

# constant rootReducer

Contains combined reducers.

View Source redux/rootReducer.js, line 11

# constant setLoadContractError

Sets "loadContractError" indicator value.

View Source redux/Contracts/contracts-actions.js, line 22

# constant startApp

Sets "appStarted" value to true.

View Source redux/UI/ui-actions.js, line 8

Object

# constant store

Redux store.

View Source redux/store.js, line 12

Methods

# contractsReducer(state, action)

Contracts reducer.

Parameters:
Name Type Description
state Object

State of the store.

action Object

Invoked action.

View Source redux/Contracts/contracts-reducer.js, line 22

# uiReducer(state, action)

UI reducer.

Parameters:
Name Type Description
state Object

State of the store.

action Object

Invoked action.

View Source redux/UI/ui-reducer.js, line 20