-
-
when i use "newaccount" method of eosjs ,it occur errors as title,my param is eos.newaccount({
creator: 'inita',
name: 'ylm',
owner: initaPublic,
active: initaPublic,
recovery: 'inita',…
-
Currently, the `table_key` passed to `get_table_rows` of `chain_api_plugin` is not used. As such, it is not possible to specify the table key used for retrieval and only the primary key can be used to…
-
https://github.com/EOSIO/eosjs/issues/6
-
Currently, if keyProvider is a function, it is synchronized. I think it will be great if keyProvider is a function which returns a promise. (i.e, for user interaction)
-
for DAWN3:
i define my token: S(8, ZSH)
if i transfer my token, it will error, because "structs.js" set precision for 4
/** @example '0.0001 CUR' */
`var symbolCache = function symbolCache(sy…
-
when I use eosjs-7.1.1 , run " eos.setcode('xx', 0, 0, wast, abi); " to deploy contract, it occurs errors as title
-
write-api.js?ff8f:688 Error: missing required keys for {"expiration":"2018-05-27T15:24:23","ref_block_num":2356,"ref_block_prefix":540228507,"net_usage_words":0,"max_cpu_usage_ms":0,"delay_sec":0,"con…
-
-
I run this: `eos.transfer("tester1234", "dylan2", "0 EOS", "", {sign: true, broadcast: true}).then(res=>{ console.log(res)})`
And get this error: `Error: Required varuint32 transaction_header.net_u…