Skip to content
Snippets Groups Projects

[enh] #1193 Refactoring test user.js to TestUser.ts

Merged Cédric Moreau requested to merge test/user.js into dev
55 files
+ 640
614
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
0
@@ -28,5 +28,9 @@ export const Buid = {
@@ -28,5 +28,9 @@ export const Buid = {
},
},
buid: buidFunctions
buid: buidFunctions
 
},
 
 
getBlockstamp: (block:{ number:number, hash:string }) => {
 
return [block.number, block.hash].join('-')
}
}
};
};
Loading