UNPKG

machinomy

Version:

Micropayments powered by Ethereum

9 lines (8 loc) 261 B
/// <reference types="@machinomy/types-web3" /> import * as Web3 from 'web3'; import Signature from './Signature'; export default class ChainManager { private web3; constructor(web3: Web3); sign(address: string, data: string): Promise<Signature>; }