* Encodes a ``tx.data`` object for deploying the Contract with * the %%values%% as the constructor arguments.
(values)
| 582 | * the %%values%% as the constructor arguments. |
| 583 | */ |
| 584 | encodeDeploy(values) { |
| 585 | return this._encodeParams(this.deploy.inputs, values || []); |
| 586 | } |
| 587 | /** |
| 588 | * Decodes the result %%data%% (e.g. from an ``eth_call``) for the |
| 589 | * specified error (see [[getError]] for valid values for |
nothing calls this directly
no test coverage detected