UNPKG

machinomy

Version:

Micropayments powered by Ethereum

6 lines (5 loc) 132 B
export interface IEnv { MACHINOMY_NETWORK?: string; CONTRACT_ADDRESS?: string; } export declare function container(): IEnv;