UNPKG

machinomy

Version:

Micropayments powered by Ethereum

6 lines (5 loc) 202 B
import ChannelId from '../ChannelId'; export default interface ITokensDatabase { save(token: string, channelId: ChannelId | string): Promise<void>; isPresent(token: string): Promise<boolean>; }