This commit is contained in:
obscuren
2015-02-13 16:02:37 +01:00
parent 76fa75b394
commit bde3ff16ad
5 changed files with 17 additions and 893 deletions

View File

@@ -79,6 +79,12 @@
contract.received({from: eth.coinbase}).changed(function() {
refresh();
});
var ev = contract.SingleTransact({})
ev.watch(function(log) {
someElement.innerHTML += "tnaheousnthaoeu";
});
eth.watch('chain').changed(function() {
refresh();
});