(params, values)
| 672 | return this.#abiCoder.decode(params, data); |
| 673 | } |
| 674 | _encodeParams(params, values) { |
| 675 | return this.#abiCoder.encode(params, values); |
| 676 | } |
| 677 | /** |
| 678 | * Encodes a ``tx.data`` object for deploying the Contract with |
| 679 | * the %%values%% as the constructor arguments. |
no test coverage detected