UNPKG

machinomy

Version:

Micropayments powered by Ethereum

9 lines (8 loc) 219 B
/** * Params returned by buy operation. Generated channel id (or already exists opened channel) * and token as a proof of purchase. */ export default interface BuyResult { channelId: string; token: string; }