- ETH_Base
Ethereum Base
- ETH_Inbound ⇐
ETH_Base Ethereum Inbound
- ETH_Outbound ⇐
ETH_Base Ethereum Outbound
Ethereum Base
Kind: global class
- ETH_Base
- .storemanQuota(opts, skipValidation) ⇒
Promise - .storemanInfo(opts, skipValidation) ⇒
Promise - .buildStoremanQuotaTx(opts, skipValidation) ⇒
Object - .buildStoremanInfoTx(opts, skipValidation) ⇒
Object - .buildStoremanQuotaData(opts, skipValidation) ⇒
string - .buildStoremanInfoData(opts, skipValidation) ⇒
string
- .storemanQuota(opts, skipValidation) ⇒
Make storeman quota call on Wanchain
Kind: instance method of ETH_Base
Returns: Promise - Promise returning object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Make storeman info call on Wanchain
Kind: instance method of ETH_Base
Returns: Promise - Promise returning object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Build storeman quota call
Kind: instance method of ETH_Base
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Build storeman info call
Kind: instance method of ETH_Base
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Get data hex string for storeman quota call
Kind: instance method of ETH_Base
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Data options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Get data hex string for storeman info call
Kind: instance method of ETH_Base
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Data options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
ETH_Inbound ⇐ ETH_Base
Ethereum Inbound
Kind: global class
Extends: ETH_Base
- ETH_Inbound ⇐
ETH_Base- .send(opts, skipValidation) ⇒
Promise - .lock(opts, skipValidation) ⇒
Promise - .redeem(opts, skipValidation) ⇒
Promise - .sendLock(opts, skipValidation) ⇒
Promise - .sendRedeem(opts, skipValidation) ⇒
Promise - .sendRevoke(opts, skipValidation) ⇒
Promise - .listenLock(opts, skipValidation) ⇒
Promise - .listenRedeem(opts, skipValidation) ⇒
Promise - .buildLockTx(opts, skipValidation) ⇒
Object - .buildRedeemTx(opts, skipValidation) ⇒
Object - .buildRevokeTx(opts, skipValidation) ⇒
Object - .buildLockScanOpts(opts, skipValidation) ⇒
Object - .buildRedeemScanOpts(opts, skipValidation) ⇒
Object - .buildLockData(opts, skipValidation) ⇒
string - .buildRedeemData(opts, skipValidation) ⇒
string - .buildRevokeData(opts, skipValidation) ⇒
string - .storemanQuota(opts, skipValidation) ⇒
Promise - .storemanInfo(opts, skipValidation) ⇒
Promise - .buildStoremanQuotaTx(opts, skipValidation) ⇒
Object - .buildStoremanInfoTx(opts, skipValidation) ⇒
Object - .buildStoremanQuotaData(opts, skipValidation) ⇒
string - .buildStoremanInfoData(opts, skipValidation) ⇒
string
- .send(opts, skipValidation) ⇒
Complete crosschain transaction (lock + redeem)
Kind: instance method of ETH_Inbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.to | string |
Destination address |
| opts.value | string |
Tx value |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| opts.storeman.eth | string |
Storeman Ethereum address |
| skipValidation | boolean |
Lock transaction and confirmation
Kind: instance method of ETH_Inbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.to | string |
Destination address |
| opts.value | string |
Tx value |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| opts.storeman.eth | string |
Storeman Ethereum address |
| skipValidation | boolean |
Redeem transaction and confirmation
Kind: instance method of ETH_Inbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.to | string |
Destination address |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| skipValidation | boolean |
Send lock tx on Ethereum
Kind: instance method of ETH_Inbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.to | string |
Destination address |
| opts.value | string |
Tx value |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| opts.storeman.eth | string |
Storeman Ethereum address |
| skipValidation | boolean |
Send redeem tx on Wanchain
Kind: instance method of ETH_Inbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.to | string |
Destination address |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| skipValidation | boolean |
Send revoke tx on Ethereum
Kind: instance method of ETH_Inbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Listen for storeman lock confirmation on Wanchain
Kind: instance method of ETH_Inbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Listen for storeman redeem confirmation on Ethereum
Kind: instance method of ETH_Inbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Build lock tx
Kind: instance method of ETH_Inbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.to | string |
Destination address |
| opts.value | string |
Tx value |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| opts.storeman.eth | string |
Storeman Ethereum address |
| skipValidation | boolean |
Build redeem tx
Kind: instance method of ETH_Inbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.to | string |
Destination address |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| skipValidation | boolean |
Build revoke tx
Kind: instance method of ETH_Inbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Build lock scan opts
Kind: instance method of ETH_Inbound
Returns: Object - Call opts object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Build redeem scan opts
Kind: instance method of ETH_Inbound
Returns: Object - Call opts object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Get data hex string for lock call
Kind: instance method of ETH_Inbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.eth | string |
Storeman Ethereum address |
| opts.to | string |
Destination address |
| skipValidation | boolean |
Get data hex string for redeem call
Kind: instance method of ETH_Inbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| skipValidation | boolean |
Get data hex string for revoke call
Kind: instance method of ETH_Inbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Make storeman quota call on Wanchain
Kind: instance method of ETH_Inbound
Returns: Promise - Promise returning object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Make storeman info call on Wanchain
Kind: instance method of ETH_Inbound
Returns: Promise - Promise returning object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Build storeman quota call
Kind: instance method of ETH_Inbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Build storeman info call
Kind: instance method of ETH_Inbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Get data hex string for storeman quota call
Kind: instance method of ETH_Inbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Data options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Get data hex string for storeman info call
Kind: instance method of ETH_Inbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Data options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
ETH_Outbound ⇐ ETH_Base
Ethereum Outbound
Kind: global class
Extends: ETH_Base
- ETH_Outbound ⇐
ETH_Base- .send(opts, skipValidation) ⇒
Promise - .lock(opts, skipValidation) ⇒
Promise - .redeem(opts, skipValidation) ⇒
Promise - .getOutboundFee(opts, skipValidation) ⇒
Promise - .sendLock(opts, skipValidation) ⇒
Promise - .sendRedeem(opts, skipValidation) ⇒
Promise - .sendRevoke(opts, skipValidation) ⇒
Promise - .listenLock(opts, skipValidation) ⇒
Promise - .listenRedeem(opts, skipValidation) ⇒
Promise - .buildOutboundFeeTx(opts, skipValidation) ⇒
Object - .buildLockTx(opts, skipValidation) ⇒
Object - .buildRedeemTx(opts, skipValidation) ⇒
Object - .buildRevokeTx(opts, skipValidation) ⇒
Object - .buildLockScanOpts(opts, skipValidation) ⇒
Object - .buildRedeemScanOpts(opts, skipValidation) ⇒
Object - .buildLockData(opts, skipValidation) ⇒
string - .buildRedeemData(opts, skipValidation) ⇒
string - .buildRevokeData(opts, skipValidation) ⇒
string - .buildOutboundFeeData(opts, skipValidation) ⇒
string - .storemanQuota(opts, skipValidation) ⇒
Promise - .storemanInfo(opts, skipValidation) ⇒
Promise - .buildStoremanQuotaTx(opts, skipValidation) ⇒
Object - .buildStoremanInfoTx(opts, skipValidation) ⇒
Object - .buildStoremanQuotaData(opts, skipValidation) ⇒
string - .buildStoremanInfoData(opts, skipValidation) ⇒
string
- .send(opts, skipValidation) ⇒
Complete crosschain transaction (lock + redeem)
Kind: instance method of ETH_Outbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.to | string |
Destination address |
| opts.value | string |
Tx value |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| opts.storeman.eth | string |
Storeman Ethereum address |
| skipValidation | boolean |
Lock transaction and confirmation
Kind: instance method of ETH_Outbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.to | string |
Destination address |
| opts.value | string |
Tx value |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| opts.storeman.eth | string |
Storeman Ethereum address |
| skipValidation | boolean |
Redeem transaction and confirmation
Kind: instance method of ETH_Outbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.to | string |
Destination address |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| skipValidation | boolean |
Get outbound fee amount
Kind: instance method of ETH_Outbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.value | string |
Tx value |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Send lock tx on Wanchain
Kind: instance method of ETH_Outbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.to | string |
Destination address |
| opts.value | string |
Tx value |
| opts.outboundFee | string |
Tx outbound fee |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| opts.storeman.eth | string |
Storeman Ethereum address |
| skipValidation | boolean |
Send redeem tx on Ethereum
Kind: instance method of ETH_Outbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.to | string |
Destination address |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| skipValidation | boolean |
Send revoke tx on Wanchain
Kind: instance method of ETH_Outbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Listen for storeman lock confirmation on Ethereum
Kind: instance method of ETH_Outbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Listen for storeman redeem confirmation on Wanchain
Kind: instance method of ETH_Outbound
Returns: Promise - Promise object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Build outboundFee tx
Kind: instance method of ETH_Outbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.to | string |
Destination address |
| opts.value | string |
Tx value |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Build lock tx
Kind: instance method of ETH_Outbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.to | string |
Destination address |
| opts.value | string |
Tx value |
| opts.outboundFee | string |
Tx outbound fee |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| opts.storeman.eth | string |
Storeman Ethereum address |
| skipValidation | boolean |
Build redeem tx
Kind: instance method of ETH_Outbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.to | string |
Destination address |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| skipValidation | boolean |
Build revoke tx
Kind: instance method of ETH_Outbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.from | string |
Sender address |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Build lock scan opts
Kind: instance method of ETH_Outbound
Returns: Object - Call opts object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Build redeem scan opts
Kind: instance method of ETH_Outbound
Returns: Object - Call opts object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Get data hex string for lock call
Kind: instance method of ETH_Outbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| opts.to | string |
Destination address |
| opts.value | number | string |
Tx value |
| skipValidation | boolean |
Get data hex string for redeem call
Kind: instance method of ETH_Outbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.x | string |
Redeem key x |
| skipValidation | boolean |
Get data hex string for revoke call
Kind: instance method of ETH_Outbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.redeemKey | Object |
Redeem key pair |
| opts.redeemKey.xHash | string |
Redeem key xHash |
| skipValidation | boolean |
Get data hex string for outboundFee call
Kind: instance method of ETH_Outbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| opts.value | number | string |
Tx value |
| skipValidation | boolean |
Make storeman quota call on Wanchain
Kind: instance method of ETH_Outbound
Returns: Promise - Promise returning object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Make storeman info call on Wanchain
Kind: instance method of ETH_Outbound
Returns: Promise - Promise returning object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Build storeman quota call
Kind: instance method of ETH_Outbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Build storeman info call
Kind: instance method of ETH_Outbound
Returns: Object - Tx object
| Param | Type | Description |
|---|---|---|
| opts | Object |
Tx options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Get data hex string for storeman quota call
Kind: instance method of ETH_Outbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Data options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |
Get data hex string for storeman info call
Kind: instance method of ETH_Outbound
Returns: string - Data hex string
| Param | Type | Description |
|---|---|---|
| opts | Object |
Data options |
| opts.storeman | Object |
Storeman address pair |
| opts.storeman.wan | string |
Storeman Wanchain address |
| skipValidation | boolean |