transactionConfigMaskHasHeapSize
Checks whether the transaction config mask indicates a heap size is present.
The heap size uses bit 4 of the mask.
Parameters
| Parameter | Type | Description |
|---|---|---|
mask | number | The transaction config mask to check. |
Returns
boolean
true if the mask indicates a heap size is present, false otherwise.