Initial implementation of Arbitrage contract with tests

This commit is contained in:
Leonid Logvinov
2018-02-02 18:30:17 +01:00
parent 451a0dacbe
commit 2d0940589e
9 changed files with 508 additions and 1 deletions

View File

@@ -30,5 +30,6 @@ declare module 'web3-eth-abi' {
declare module 'ethereumjs-abi' {
const soliditySHA3: (argTypes: string[], args: any[]) => Buffer;
const soliditySHA256: (argTypes: string[], args: any[]) => Buffer;
const methodID: (name: string, types: string[]) => Buffer;
}