Skip to content
Snippets Groups Projects

Stable/ws2p v1.1

Closed Éloïs requested to merge stable/ws2p-v1.1 into 1.6
1 unresolved thread

Files

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