Function
| Static Public Summary | ||
| public |
generateStore(mode: *) |
|
| public |
getTellers(): array Get all teller from dether contract |
|
| public |
register() |
|
| public |
set(payload: [type]) Set all tellers |
|
| public |
tellers(state: *[], action: *): * reducer teller |
|
| public |
|
|
Static Public
public generateStore(mode: *) source
import generateStore from 'dether.googlemap/src/bootstrap/generateStore.js'Params:
| Name | Type | Attribute | Description |
| mode | * |
public getTellers(): array source
import {getTellers} from 'dether.googlemap/src/actions/tellers.js'Get all teller from dether contract
Return:
| array | all tellers |
public register() source
import register from 'dether.googlemap/src/bootstrap/registerServiceWorker.js'public set(payload: [type]) source
import {set} from 'dether.googlemap/src/actions/tellers.js'Set all tellers
Params:
| Name | Type | Attribute | Description |
| payload | [type] | [description] |
public tellers(state: *[], action: *): * source
import tellers from 'dether.googlemap/src/reducers/tellers.js'reducer teller
Params:
| Name | Type | Attribute | Description |
| state | *[] |
|
|
| action | * |
Return:
| * |
public unregister() source
import {unregister} from 'dether.googlemap/src/bootstrap/registerServiceWorker.js'