(params, values)
| 575 | return this.#abiCoder.decode(params, data); |
| 576 | } |
| 577 | _encodeParams(params, values) { |
| 578 | return this.#abiCoder.encode(params, values); |
| 579 | } |
| 580 | /** |
| 581 | * Encodes a ``tx.data`` object for deploying the Contract with |
| 582 | * the %%values%% as the constructor arguments. |
no test coverage detected