areV1ConfigsEqual
Determines whether two transaction configs set the same value for every field.
Parameters
| Parameter | Type | Description |
|---|---|---|
config1 | V1TransactionConfig | The first config to compare. |
config2 | V1TransactionConfig | The second config to compare. |
Returns
boolean
true if all four fields are equal between the two configs, false otherwise.