Interface PreprocessResult

interface PreprocessResult {
    ethCallParams: EthCallParam[];
}

Properties

Properties

ethCallParams: EthCallParam[]