UNPKG

@lunch-money/coinbase-to-lunch-money

Version:

A wrapper around the coinbase API for enabling Lunch Money to gather information about a user's account.

9 lines (8 loc) 340 B
import { CoinbaseClient } from './CoinbaseClient'; import { CoinbaseConfig } from './types'; import { LunchMoneyCryptoConnection } from './shared-types'; export * from './types'; /** * Lunch Money Coinbase Connection */ export declare const LunchMoneyCoinbaseConnection: LunchMoneyCryptoConnection<CoinbaseConfig, typeof CoinbaseClient>;