declare type CoinSwapState = { btcAddresses: Array }; declare type CoinSwapAction = { type: string, data: { btcAddress: string, }, };