UNPKG

machinomy

Version:

Micropayments powered by Ethereum

6 lines (5 loc) 177 B
import BuyResult from './BuyResult'; /** * Shortcut for Sender.buy. */ export declare function buyContent(uri: string, account: string, password: string): Promise<BuyResult>;