coinforbarter-react-native
Version:
CoinForBarter ReactNative Library - Integrate cryptocurrency payments for goods and services in your Mobile App
5 lines (4 loc) • 349 B
TypeScript
import { PaymentTypeOptions, PaymentResponseType } from './types';
import { ReducerActionType } from '../types';
export declare const initialState: () => PaymentResponseType;
export declare const paymentReducer: (state: PaymentResponseType | undefined, action: ReducerActionType<PaymentTypeOptions, Record<string, any>>) => PaymentResponseType;