avihai-developer

Results 2 issues of avihai-developer

Error with GetAccountDataResponse Code: > api = new IotaAPI.Builder() .protocol("https") .host("node.iota-community.org") .port("") .build(); GetAccountDataResponse response = null; try { response = api.getAccountData( "MYSEED", 2, 0, true, 0, true, 0, 0,...

bug
invalid

After i load dist/curl.min.js to my site i don't have curl object available in my window scope