UNPKG

@makerdao/dai

Version:

Library for interacting with the Dai Stablecoin System.

10 lines (9 loc) 285 B
export default function makeSigner(web3Service: any): { getAddress: () => any; estimateGas: (tx: any) => any; sendTransaction: (tx: any) => any; call: (...args: any[]) => Promise<any>; isSigner: () => boolean; _isSigner: boolean; provider: any; };