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 singedDataObject see DataSign#sign - Source:
- sender/sendGroup/SendByWeb3.js
Returns:
- Type
- Promise.<any>