UNPKG

ilp-core

Version:

ILP core module managing ledger abstraction

7 lines (5 loc) 201 B
import * as types from '../actionTypes'; export const loadUsers = () => ({ types: [types.LOAD_USERS, types.LOAD_USERS_SUCCESS, types.LOAD_USERS_FAIL], promise: (client) => client.get('/users') })