Home Reference Source

Function

Static Public Summary
public

generateStore(mode: *)

public

getTellers(): array

Get all teller from dether contract

public
public

set(payload: [type])

Set all tellers

public

tellers(state: *[], action: *): *

reducer teller

public

Static Public

public generateStore(mode: *) source

Params:

NameTypeAttributeDescription
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

public set(payload: [type]) source

Set all tellers

Params:

NameTypeAttributeDescription
payload [type]

[description]

public tellers(state: *[], action: *): * source

reducer teller

Params:

NameTypeAttributeDescription
state *[]
  • optional
  • default: []
action *

Return:

*

public unregister() source