Class: RevokeTxEthDataCreator

RevokeTxEthDataCreator


new RevokeTxEthDataCreator(input, config)

Parameters:
Name Type Description
input Object input of final users.(gas, gasPrice, value and so on)
config Object config of cross chain used.
Source:
trans/tx-data-creator/eth/RevokeTxEthDataCreator.js

Extends

Methods


<async> createCommonData()

Build common data
Inherited From:
Overrides:
Source:
trans/tx-data-creator/eth/RevokeTxEthDataCreator.js
Returns:
Type
Promise.<({code: boolean, result: null}|transUtil.this.retResult|{code, result})>

createContractData()

Build contract data
Inherited From:
Overrides:
Source:
trans/tx-data-creator/eth/RevokeTxEthDataCreator.js
Returns:
Type
Object | transUtil.this.retResult | Object