Type Alias HedgingCallbacks<TParameters, TContext>

HedgingCallbacks: {
    onHedgeAttempt?: OnHedgeAttempt<TParameters, TContext>;
    onHedgeError?: OnHedgeError<TParameters, TContext>;
}

IMPORT_PATH: "@daiso-tech/core/async"

Type Parameters

Type declaration