Added string conversion API

* bin
* pad
* unpad
* conversion bin/hex/dec
This commit is contained in:
obscuren
2014-05-02 12:08:52 +02:00
parent 5a692b9f2b
commit ee04c6ff67
3 changed files with 61 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ function createTransaction() {
}
function init() {
eth.set({width: 500, title: "Hello world"})
eth.set({width: 500})
eth.getKey(function(key) {
eth.getStorageAt(jefcoinAddr, key, function(storage) {