UNPKG

ilp-core

Version:

ILP core module managing ledger abstraction

7 lines (5 loc) 218 B
import * as types from '../actionTypes' export const get = id => ({ types: [types.GET_SETTLEMENT, types.GET_SETTLEMENT_SUCCESS, types.GET_SETTLEMENT_FAIL], promise: (client) => client.get(`/settlements/${id}`) })