UNPKG

@open-oracle-origami/origami-js-mill-coinbase

Version:
5 lines (4 loc) 221 B
import { IMill } from '@open-oracle-origami/origami-js-sdk'; import { CoinbaseMillConfig } from './types'; declare const CoinbaseMill: ({ id, emitter, ...rest }: CoinbaseMillConfig) => IMill; export default CoinbaseMill;