{"version":3,"file":"bridge-controller-method-action-types.mjs","sourceRoot":"","sources":["../src/bridge-controller-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated.\n * Do not edit manually.\n */\n\nimport type { BridgeController } from './bridge-controller';\n\nexport type BridgeControllerUpdateBridgeQuoteRequestParamsAction = {\n  type: `BridgeController:updateBridgeQuoteRequestParams`;\n  handler: BridgeController['updateBridgeQuoteRequestParams'];\n};\n\nexport type BridgeControllerFetchQuotesAction = {\n  type: `BridgeController:fetchQuotes`;\n  handler: BridgeController['fetchQuotes'];\n};\n\nexport type BridgeControllerUpdateBatchSellTradesAction = {\n  type: `BridgeController:updateBatchSellTrades`;\n  handler: BridgeController['updateBatchSellTrades'];\n};\n\nexport type BridgeControllerStopPollingForQuotesAction = {\n  type: `BridgeController:stopPollingForQuotes`;\n  handler: BridgeController['stopPollingForQuotes'];\n};\n\nexport type BridgeControllerSetLocationAction = {\n  type: `BridgeController:setLocation`;\n  handler: BridgeController['setLocation'];\n};\n\nexport type BridgeControllerGetLocationAction = {\n  type: `BridgeController:getLocation`;\n  handler: BridgeController['getLocation'];\n};\n\nexport type BridgeControllerSetInputPrimaryDenominationAction = {\n  type: `BridgeController:setInputPrimaryDenomination`;\n  handler: BridgeController['setInputPrimaryDenomination'];\n};\n\nexport type BridgeControllerResetStateAction = {\n  type: `BridgeController:resetState`;\n  handler: BridgeController['resetState'];\n};\n\nexport type BridgeControllerSetChainIntervalLengthAction = {\n  type: `BridgeController:setChainIntervalLength`;\n  handler: BridgeController['setChainIntervalLength'];\n};\n\nexport type BridgeControllerTrackUnifiedSwapBridgeEventAction = {\n  type: `BridgeController:trackUnifiedSwapBridgeEvent`;\n  handler: BridgeController['trackUnifiedSwapBridgeEvent'];\n};\n\n/**\n * Union of all BridgeController action types.\n */\nexport type BridgeControllerMethodActions =\n  | BridgeControllerUpdateBridgeQuoteRequestParamsAction\n  | BridgeControllerFetchQuotesAction\n  | BridgeControllerUpdateBatchSellTradesAction\n  | BridgeControllerStopPollingForQuotesAction\n  | BridgeControllerSetLocationAction\n  | BridgeControllerGetLocationAction\n  | BridgeControllerSetInputPrimaryDenominationAction\n  | BridgeControllerResetStateAction\n  | BridgeControllerSetChainIntervalLengthAction\n  | BridgeControllerTrackUnifiedSwapBridgeEventAction;\n"]}