areV1ConfigsEqual

function areV1ConfigsEqual(config1, config2): boolean;

Determines whether two transaction configs set the same value for every field.

Parameters

ParameterTypeDescription
config1V1TransactionConfigThe first config to compare.
config2V1TransactionConfigThe second config to compare.

Returns

boolean

true if all four fields are equal between the two configs, false otherwise.

On this page