Class: SendByWeb3

SendByWeb3

Common web3 used communication with external modules.

new SendByWeb3(web3url)

Parameters:
Name Type Description
web3url string The string path IPC used to connect local WAN node.
Source:
sender/sendGroup/SendByWeb3.js

Methods


sendTrans(singedData)

send signed data to connect local WAN node by web3 interface.
Parameters:
Name Type Description
singedData Object see DataSign#sign
Source:
sender/sendGroup/SendByWeb3.js
Returns:
Type
Promise.<any>