isV1ConfigEmpty

function isV1ConfigEmpty(config): boolean;

Determines whether a transaction config has no fields set.

Parameters

ParameterTypeDescription
configV1TransactionConfigThe config to inspect.

Returns

boolean

true if every field of the config is undefined, false otherwise.

On this page