GitHub链接:GitHub - PlatONnetwork/client-sdk-js: A javascript interface for interacting with the PlatON network
问题说明:目前该sdk的内置合约接口(经济模型相关内置合约) 内 send 函数不能配置nonce参数(如下图,该参数写死),目前同时异步发送大量请求会报错,如: ‘nonce too low’。
希望让nonce可以配置other或者param传递进去,可以异步同时发送大量请求。