(value: BigNumberish)
| 386 | |
| 387 | // Numeric item; pad on the left *to* WordSize |
| 388 | writeValue(value: BigNumberish): number { |
| 389 | return this.#writeData(getValue(value)); |
| 390 | } |
| 391 | |
| 392 | // Inserts a numeric place-holder, returning a callback that can |
| 393 | // be used to asjust the value later |